summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-01-09 18:51:50 +0000
committerantoine <antoine@FreeBSD.org>2010-01-09 18:51:50 +0000
commit2c83252effc9903a1105f4ded28977f63019f9e6 (patch)
treeddef4dcb9ce69a2c99b17915374e87f4dc85373b /kerberos5
parent0b43e837d8877c9f0761703916c6e7962781ae15 (diff)
downloadFreeBSD-src-2c83252effc9903a1105f4ded28977f63019f9e6.zip
FreeBSD-src-2c83252effc9903a1105f4ded28977f63019f9e6.tar.gz
Fix a typo.
MFC after: 1 month
Diffstat (limited to 'kerberos5')
-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 8ebb201..592f5e6 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
OpenPOWER on IntegriCloud