summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-04-28 15:18:10 +0000
committermarkm <markm@FreeBSD.org>2001-04-28 15:18:10 +0000
commit92fb2502f893e308023919e914f294eef53f3a1b (patch)
tree4b103dbdd368a69b9ffd029e2cf5c8e6036f0258 /libexec
parent905303fbfee600fa7e9c4ebf199c69f646117ccf (diff)
downloadFreeBSD-src-92fb2502f893e308023919e914f294eef53f3a1b.zip
FreeBSD-src-92fb2502f893e308023919e914f294eef53f3a1b.tar.gz
Cleaner method of making PAMable apps static (in the optional case of
wanting static apps).
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/Makefile5
-rw-r--r--libexec/rshd/Makefile5
2 files changed, 0 insertions, 10 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile
index 39eaece..6d81aee 100644
--- a/libexec/ftpd/Makefile
+++ b/libexec/ftpd/Makefile
@@ -25,8 +25,3 @@ LDADD+= ${MINUSLPAM}
.endif
.include <bsd.prog.mk>
-
-.if defined(NOSHARED) && !defined(NOPAM)
-DPADD+= ${LIBCRYPTO}
-LDADD+= -L${.OBJDIR}/../../secure/lib/libssh/ -lssh -lcrypto
-.endif
diff --git a/libexec/rshd/Makefile b/libexec/rshd/Makefile
index e5e5cdb..735c00d 100644
--- a/libexec/rshd/Makefile
+++ b/libexec/rshd/Makefile
@@ -21,8 +21,3 @@ LDADD+= ${MINUSLPAM}
CFLAGS+= -DINET6
.include <bsd.prog.mk>
-
-.if defined(NOSHARED) && !defined(NOPAM)
-DPADD+= ${LIBCRYPTO}
-LDADD+= -L${.OBJDIR}/../../secure/lib/libssh -lssh -lcrypto
-.endif
OpenPOWER on IntegriCloud