From c7d9dcd34092a8379987fd79545d077060698407 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 28 Apr 2001 15:18:10 +0000 Subject: Cleaner method of making PAMable apps static (in the optional case of wanting static apps). --- libexec/ftpd/Makefile | 5 ----- libexec/rshd/Makefile | 5 ----- 2 files changed, 10 deletions(-) (limited to 'libexec') diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 39eaecea9e187..6d81aee9c9148 100644 --- a/libexec/ftpd/Makefile +++ b/libexec/ftpd/Makefile @@ -25,8 +25,3 @@ LDADD+= ${MINUSLPAM} .endif .include - -.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 e5e5cdb9da68f..735c00d09d9e4 100644 --- a/libexec/rshd/Makefile +++ b/libexec/rshd/Makefile @@ -21,8 +21,3 @@ LDADD+= ${MINUSLPAM} CFLAGS+= -DINET6 .include - -.if defined(NOSHARED) && !defined(NOPAM) -DPADD+= ${LIBCRYPTO} -LDADD+= -L${.OBJDIR}/../../secure/lib/libssh -lssh -lcrypto -.endif -- cgit v1.3