aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/usr.bin
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2010-01-09 18:51:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2010-01-09 18:51:50 +0000
commit003fe9d2eecffca801809e6252ee43ed2385a2c7 (patch)
treeddef4dcb9ce69a2c99b17915374e87f4dc85373b /kerberos5/usr.bin
parent6e9fd5e257a5c3a08788c1254e6ba923e0bb4f05 (diff)
Notes
Diffstat (limited to 'kerberos5/usr.bin')
-rw-r--r--kerberos5/usr.bin/kdestroy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos5/usr.bin/kdestroy/Makefile b/kerberos5/usr.bin/kdestroy/Makefile
index 8ebb201cee4d..592f5e69a572 100644
--- a/kerberos5/usr.bin/kdestroy/Makefile
+++ b/kerberos5/usr.bin/kdestroy/Makefile
@@ -2,7 +2,7 @@
PROG= kdestroy
CFLAGS+=-I${KRB5DIR}/lib/roken
-DPADD= ${LIBKAFS5} ${LIBKRB5} ${LIBHX509) ${LIBROKEN} ${LIBVERS} \
+DPADD= ${LIBKAFS5} ${LIBKRB5} ${LIBHX509} ${LIBROKEN} ${LIBVERS} \
${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR}
LDADD= -lkafs5 -lkrb5 -lhx509 -lroken ${LIBVERS} \
-lasn1 -lcrypto -lcrypt -lcom_err