summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 18:59:34 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 18:59:34 +0000
commitef025b40abfbf8549aa93743f5197893d1fa8bb4 (patch)
tree4948b3b7ba051123b6a4dc394e76281aa3cf7657 /secure/lib/Makefile
parent1f38e33d22f859166f6995f4fa28d9574458e156 (diff)
downloadFreeBSD-src-ef025b40abfbf8549aa93743f5197893d1fa8bb4.zip
FreeBSD-src-ef025b40abfbf8549aa93743f5197893d1fa8bb4.tar.gz
Build everything properly. This means:
o Don't b uild libdes. o Crypto is now housed in libcrypto (with a compatability symlink to libdes) o RSA may depend on RSAREF at your locale. o OpenSSH is now a part of the base system.
Diffstat (limited to 'secure/lib/Makefile')
-rw-r--r--secure/lib/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 0180a3a..75f9b05 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -1,11 +1,17 @@
# $FreeBSD$
-SUBDIR= libcipher libdes
+SUBDIR= libcipher
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=libtelnet
.endif
.if !defined(NO_OPENSSL)
-SUBDIR+=libcrypto librsaglue libssl
+SUBDIR+=libcrypto libssl
+.if defined(RSAREF) && ${RSAREF} == YES
+SUBDIR+=librsaglue
+.endif
+.endif
+.if !defined(NO_OPENSSH)
+SUBDIR+=libssh
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud