Fix a typo.

MFC after:	1 month
This commit is contained in:
Antoine Brodin 2010-01-09 18:53:03 +00:00
parent 003fe9d2ee
commit 70834576fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201919

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