1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Add a dependency on libypclnt to libpam, in preperation for making pam_unix

use it to update NIS passwords.
This commit is contained in:
Dag-Erling Smørgrav 2002-04-15 02:32:54 +00:00
parent e9b35570da
commit c3ec83e170
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94714

View File

@ -78,9 +78,9 @@ LIBPAM+= ${LIBCOM_ERR}
MINUSLPAM+= -lcom_err
.endif
LIBPAM+= ${LIBRADIUS} ${LIBRPCSVC} ${LIBTACPLUS} ${LIBCRYPT} \
${LIBUTIL} ${LIBOPIE} ${LIBMD}
${LIBUTIL} ${LIBOPIE} ${LIBMD} ${LIBYPCLNT}
MINUSLPAM+= -lradius -lrpcsvc -ltacplus -lcrypt \
-lutil -lopie -lmd
-lutil -lopie -lmd -lypclnt
.if !defined(NOCRYPT) && !defined(NO_OPENSSL) && !defined(NO_OPENSSH)
LIBPAM+= ${LIBSSH} ${LIBCRYPTO}
MINUSLPAM+= -lssh -lcrypto