summaryrefslogtreecommitdiffstats
path: root/lib/libpam
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-02-08 13:42:58 +0000
committerru <ru@FreeBSD.org>2002-02-08 13:42:58 +0000
commitb2c3dc0715238f31354d912c83694da380a31203 (patch)
tree4229aedf5ee097d57159ca1b7a081818d45f1656 /lib/libpam
parent7a2afc75f215681c8a4505f180094c95cf618771 (diff)
downloadFreeBSD-src-b2c3dc0715238f31354d912c83694da380a31203.zip
FreeBSD-src-b2c3dc0715238f31354d912c83694da380a31203.tar.gz
Now that cross-tools ld(1) has been fixed to look for dynamic
dependencies in the correct place, record the fact that -lssh depends on -lcrypto and -lz. Removed false dependencies on -lz (except ssh(1) and sshd(8)). Removed false dependencies on -lcrypto and -lutil for scp(1). Reviewed by: markm
Diffstat (limited to 'lib/libpam')
-rw-r--r--lib/libpam/modules/pam_ssh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpam/modules/pam_ssh/Makefile b/lib/libpam/modules/pam_ssh/Makefile
index 9d86270..00d74f5 100644
--- a/lib/libpam/modules/pam_ssh/Makefile
+++ b/lib/libpam/modules/pam_ssh/Makefile
@@ -7,8 +7,8 @@ LIB= pam_ssh
SHLIB_NAME= pam_ssh.so
SRCS= pam_ssh.c
CFLAGS+= -I${SSHSRC}
-DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL} ${LIBZ}
-LDADD= -lssh -lcrypto -lcrypt -lutil -lz
+DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBCRYPT} ${LIBUTIL}
+LDADD= -lssh -lcrypto -lcrypt -lutil
MAN= pam_ssh.8
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud