freebsd-dev/kerberosIV/usr.sbin/kadmind/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

30 lines
789 B
Makefile

# $Id$
PROG= kadmind
MAN8= ${KRB4DIR}/man/kadmind.8
SRCS= kadm_server.c kadm_funcs.c admin_server.c kadm_ser_wrap.c \
pw_check.c
CFLAGS+= -I${KRB4DIR}/include \
-I${KRB4DIR}/lib/roken \
-I${KRB4DIR}/lib/sl \
-I${KRB4DIR}/lib/acl \
-I${KRB4DIR}/lib/kadm \
-I${KRB4DIR}/lib/kdb \
-I${KRB4DIR}/lib/krb \
-I${KRB4DIR}/kadmin \
-I${KADMOBJDIR} \
-I${KRBOBJDIR} \
-I${.CURDIR}/../include
LDADD= -L${ROKENOBJDIR} -lroken -L${SLOBJDIR} -lsl \
-L${ACLOBJDIR} -lacl -L${KADMOBJDIR} -lkadm \
-L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb \
-ldes -lcom_err
DPADD= ${LIBROKEN} ${LIBSL} ${LIBACL} ${LIBKADM} ${LIBKDB} ${LIBKRB} \
${LIBDES} ${LIBCOM_ERR}
.include <bsd.prog.mk>
.PATH: ${KRB4DIR}/kadmin
beforedepend all: ${KADMOBJDIR}/kadm_err.h ${KRBOBJDIR}/krb_err.h