summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-01-09 18:53:03 +0000
committerantoine <antoine@FreeBSD.org>2010-01-09 18:53:03 +0000
commit36f3e22925e0cda7d201b6424119236516976048 (patch)
tree6d095392d59e045b802fd85637fdeba2076c7a15 /kerberos5
parent2c83252effc9903a1105f4ded28977f63019f9e6 (diff)
downloadFreeBSD-src-36f3e22925e0cda7d201b6424119236516976048.zip
FreeBSD-src-36f3e22925e0cda7d201b6424119236516976048.tar.gz
Fix a typo.
MFC after: 1 month
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/usr.bin/kpasswd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerberos5/usr.bin/kpasswd/Makefile b/kerberos5/usr.bin/kpasswd/Makefile
index e4da769..a9ab1c9 100644
--- a/kerberos5/usr.bin/kpasswd/Makefile
+++ b/kerberos5/usr.bin/kpasswd/Makefile
@@ -2,7 +2,7 @@
PROG= kpasswd
CFLAGS+=-I${KRB5DIR}/lib/roken
-DPADD= ${LIBKRB5} ${LIBHX509 ${LIBROKEN} ${LIBVERS} \
+DPADD= ${LIBKRB5} ${LIBHX509} ${LIBROKEN} ${LIBVERS} \
${LIBASN1} ${LIBCRYPTO} ${LIBCRYPT} ${LIBCOM_ERR}
LDADD= -lkrb5 -lhx509 -lroken ${LIBVERS} \
-lasn1 -lcrypto -lcrypt -lcom_err
OpenPOWER on IntegriCloud