diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-04-28 15:18:10 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-04-28 15:18:10 +0000 |
| commit | c7d9dcd34092a8379987fd79545d077060698407 (patch) | |
| tree | fb6ffac2ba7cddfd753d685329e8499168061831 /libexec | |
| parent | cd8136756a7e25a844949fad6729b5a654d8a7be (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftpd/Makefile | 5 | ||||
| -rw-r--r-- | libexec/rshd/Makefile | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/libexec/ftpd/Makefile b/libexec/ftpd/Makefile index 39eaecea9e18..6d81aee9c914 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 e5e5cdb9da68..735c00d09d9e 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 |
