aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--secure/usr.bin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index c991a9911750..5f431e137aa1 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,8 +1,11 @@
# $FreeBSD$
-SUBDIR= bdes openssl
+SUBDIR= bdes
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=telnet
.endif
+.if !defined(NO_OPENSSL)
+SUBDIR+=openssl
+.endif
.include <bsd.subdir.mk>