summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/Makefile')
-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