Fix a typo.

MFC after:	1 month
This commit is contained in:
Antoine Brodin 2010-01-09 18:51:50 +00:00
parent 6e9fd5e257
commit 003fe9d2ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201918

View file

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