aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-01-30 04:11:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-01-30 04:11:37 +0000
commitc6680962bf2b576329fe549f963e8fe080db0b6f (patch)
tree8b5ec0032a7dc8d07031db1366bc5f34d762b11d /secure
parent158316667ceabcb5bfdb16165e0280cfd7b55c39 (diff)
Notes
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 51655d429c8a..0180a3a72102 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>