Merge r201919 to stable/8:

Fix a typo.
This commit is contained in:
Antoine Brodin 2010-02-13 17:41:22 +00:00
parent 4508cb3ff7
commit 43cd061a27
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=203841

View file

@ -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