summaryrefslogtreecommitdiffstats
path: root/kerberosIV/usr.bin/kdestroy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberosIV/usr.bin/kdestroy/Makefile')
-rw-r--r--kerberosIV/usr.bin/kdestroy/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/kerberosIV/usr.bin/kdestroy/Makefile b/kerberosIV/usr.bin/kdestroy/Makefile
new file mode 100644
index 0000000..4bb0aef
--- /dev/null
+++ b/kerberosIV/usr.bin/kdestroy/Makefile
@@ -0,0 +1,19 @@
+# $Id$
+
+PROG= kdestroy
+MAN1= ${KRB4DIR}/man/kdestroy.1
+SRCS= kdestroy.c
+CFLAGS+= -I${KRB4DIR}/include \
+ -I${KRB4DIR}/lib/roken \
+ -I${KRB4DIR}/lib/kafs \
+ -I${KRB4DIR}/lib/kadm \
+ -I${KRB4DIR}/lib/kdb \
+ -I${KRB4DIR}/lib/krb \
+ -I${KRB4DIR}/kuser
+LDADD= -L${ROKENOBJDIR} -lroken \
+ -L${KAFSOBJDIR} -lkafs -L${KRBOBJDIR} -lkrb -ldes
+DPADD= ${LIBROKEN} ${LIBKAFS} ${LIBKRB} ${LIBDES}
+
+.include <bsd.prog.mk>
+
+.PATH: ${KRB4DIR}/kuser
OpenPOWER on IntegriCloud