Fixed world breakage in rev.1.13. -lpam must never be used directly since

it doesn't work for static linkage.
This commit is contained in:
Bruce Evans 2001-08-29 07:07:48 +00:00
parent c6eff40c76
commit 049015c264
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82484

View File

@ -38,7 +38,7 @@ DPADD+= ${LIBOPIE} ${LIBMD}
CFLAGS+= -DXAUTH_PATH=\"${X11BASE}/bin/xauth\"
.endif
LDADD+= ${LIBSSH} -lcrypt -lcrypto -lutil -lz -lwrap -lpam
LDADD+= ${LIBSSH} -lcrypt -lcrypto -lutil -lz -lwrap ${MINUSLPAM}
DPADD+= ${LIBSSH} ${LIBCRYPT} ${LIBCRYPTO} ${LIBUTIL} ${LIBZ} ${LIBWRAP} ${LIBPAM}
.include <bsd.prog.mk>