From d78c11891694d603e264051b72f7bfd1374b67a1 Mon Sep 17 00:00:00 2001 From: des Date: Tue, 7 Jun 2005 09:31:28 +0000 Subject: Revert the commits that made libssh an INTERNALLIB; they caused too much trouble, especially on amd64. Requested by: ru --- lib/libpam/modules/pam_ssh/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libpam/modules') diff --git a/lib/libpam/modules/pam_ssh/Makefile b/lib/libpam/modules/pam_ssh/Makefile index 36d0616..c7e4c33 100644 --- a/lib/libpam/modules/pam_ssh/Makefile +++ b/lib/libpam/modules/pam_ssh/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ SSHSRC= ${.CURDIR}/../../../../crypto/openssh -LIBSSH= ${.OBJDIR}/../../../../secure/lib/libssh/libssh.a LIB= pam_ssh MAN= pam_ssh.8 @@ -12,6 +11,6 @@ WARNS?= 0 CFLAGS+= -I${SSHSRC} DPADD= ${LIBSSH} ${LIBCRYPTO} ${LIBCRYPT} -LDADD= ${LIBSSH} -lcrypto -lcrypt +LDADD= -lssh -lcrypto -lcrypt .include -- cgit v1.1