summaryrefslogtreecommitdiff
path: root/kerberos5/usr.bin/kdestroy
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-07-02 23:46:39 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-07-02 23:46:39 +0000
commitea51b8e82be4c71138ae371d1579ecfcff4caaa3 (patch)
treef6df80569df36a82ecf1ee3bbf93e0a7ba2f929a /kerberos5/usr.bin/kdestroy
parent55c90a95a4d871fc521f9136d8977f722c6b40c9 (diff)
downloadsrc-test2-ea51b8e82be4c71138ae371d1579ecfcff4caaa3.tar.gz
src-test2-ea51b8e82be4c71138ae371d1579ecfcff4caaa3.zip
Notes
Diffstat (limited to 'kerberos5/usr.bin/kdestroy')
-rw-r--r--kerberos5/usr.bin/kdestroy/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/kerberos5/usr.bin/kdestroy/Makefile b/kerberos5/usr.bin/kdestroy/Makefile
index 51233ead85ba..12a7bb72600e 100644
--- a/kerberos5/usr.bin/kdestroy/Makefile
+++ b/kerberos5/usr.bin/kdestroy/Makefile
@@ -10,11 +10,9 @@ CFLAGS+= -I${KRB5DIR}/include \
-I${KRB5DIR}/kuser \
-I${ASN1OBJDIR} \
-I${.OBJDIR}
-LDADD= -L${KRB5OBJDIR} -lkrb5 \
- -L${ROKENOBJDIR} -lroken \
- -L${VERSOBJDIR} -lvers \
- -L${ASN1OBJDIR} -lasn1 -lcrypto -lcrypt -lcom_err
-DPADD= ${LIBKRB5} ${LIBKAFS5} ${LIBROKEN} \
+LDADD= -lkrb5 -lroken ${LIBVERS} \
+ -lasn1 -lcrypto -lcrypt -lcom_err
+DPADD= ${LIBKRB5} ${LIBROKEN} ${LIBVERS} \
${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR}
.include <bsd.prog.mk>