mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-26 07:55:01 +00:00
Fix a typo.
MFC after: 1 month
This commit is contained in:
parent
003fe9d2ee
commit
70834576fb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201919
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user