summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-01-30 04:11:37 +0000
committerkris <kris@FreeBSD.org>2000-01-30 04:11:37 +0000
commit4a0df206ce91786f7b38d118aedf7e7695e91a7a (patch)
tree3b3ff589104e915797095ac41b87dd4ff9e77d93 /secure
parent52220d80c5e91d3d8801b6787fac3b4e7caa2486 (diff)
downloadFreeBSD-src-4a0df206ce91786f7b38d118aedf7e7695e91a7a.zip
FreeBSD-src-4a0df206ce91786f7b38d118aedf7e7695e91a7a.tar.gz
Add NO_OPENSSL knob to turn off building of openssl
Requested by: wollman
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 51655d4..0180a3a 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -1,8 +1,11 @@
# $FreeBSD$
-SUBDIR= libcipher libcrypto libdes librsaglue libssl
+SUBDIR= libcipher libdes
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=libtelnet
.endif
+.if !defined(NO_OPENSSL)
+SUBDIR+=libcrypto librsaglue libssl
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud