freebsd-dev/kerberosIV/usr.sbin/kip/Makefile
Mark Murray 5f6559a29b Initial import of the new kerberosIV Makefiles.
I will follow up with the userland sources over the next few days.
The impatient of you can play with this, but you do this without
support or blessing until I am finished ;-)
1997-09-24 20:37:15 +00:00

18 lines
359 B
Makefile

# $Id$
PROG= kip
NOMAN= true
SRCS= kip.c common.c
CFLAGS+= -I${KRB4DIR}/include \
-I${KRB4DIR}/lib/roken \
-I${KRB4DIR}/lib/krb \
-I${KRB4DIR}/kadmin \
-I${KRBOBJDIR} \
-I${.CURDIR}/../include
LDADD= -L${ROKENOBJDIR} -lroken -L${KRBOBJDIR} -lkrb -ldes
DPADD= ${LIBROKEN} ${LIBKRB} ${LIBDES}
.include <bsd.prog.mk>
.PATH: ${KRB4DIR}/appl/kip