1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Add new heimdal-1.1 library.

This commit is contained in:
Doug Rabson 2008-05-15 15:28:18 +00:00
parent 3e95467ca0
commit c24d228096
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=179016

View File

@ -28,7 +28,7 @@ LIB= pam_ksu
SRCS= pam_ksu.c
MAN= pam_ksu.8
DPADD= ${LIBKRB5} ${LIBASN1} ${LIBROKEN} ${LIBCOM_ERR} ${LIBCRYPT} ${LIBCRYPTO}
LDADD= -lkrb5 -lasn1 -lroken -lcom_err -lcrypt -lcrypto
DPADD= ${LIBKRB5} ${LIBHX509} ${LIBASN1} ${LIBROKEN} ${LIBCOM_ERR} ${LIBCRYPT} ${LIBCRYPTO}
LDADD= -lkrb5 -lhx509 -lasn1 -lroken -lcom_err -lcrypt -lcrypto
.include <bsd.lib.mk>