summaryrefslogtreecommitdiffstats
path: root/secure/Makefile.inc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-01-23 15:54:17 +0000
committerru <ru@FreeBSD.org>2002-01-23 15:54:17 +0000
commitc9d8bf860852b7610efc15075539f0a6e59db321 (patch)
treea5bcd89550bea724a32663eb66e8d4f6b444874d /secure/Makefile.inc
parente64688fcfb6f0f21dfe93591e7e15c93f4a68a3c (diff)
downloadFreeBSD-src-c9d8bf860852b7610efc15075539f0a6e59db321.zip
FreeBSD-src-c9d8bf860852b7610efc15075539f0a6e59db321.tar.gz
Add pam_ssh support to the static PAM library, libpam.a:
- Spam /usr/lib some more by making libssh a standard library. - Tweak ${LIBPAM} and ${MINUSLPAM}. - Garbage collect unused libssh_pic.a. - Add fake -lz dependency to secure/ makefiles needed for dynamic linkage with -lssh. Reviewed by: des, markm Approved by: markm
Diffstat (limited to 'secure/Makefile.inc')
-rw-r--r--secure/Makefile.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/secure/Makefile.inc b/secure/Makefile.inc
index 9770b35..0f19a7b 100644
--- a/secure/Makefile.inc
+++ b/secure/Makefile.inc
@@ -21,9 +21,4 @@ CFLAGS+= -DNO_IDEA
.if !defined(NO_OPENSSH)
SSHDIR= ${.CURDIR}/../../../crypto/openssh
-.if exists(${.OBJDIR}/../../lib/libssh)
-LIBSSH= ${.OBJDIR}/../../lib/libssh/libssh.a
-.else
-LIBSSH= ${.CURDIR}/../../lib/libssh/libssh.a
-.endif
.endif
OpenPOWER on IntegriCloud