From 8c52579a787909c75b7d3299de6a37469460ab4b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 30 Jan 2000 04:12:49 +0000 Subject: [PATCH] Add NO_OPENSSL knob to turn off building of openssl Requested by: wollman --- secure/usr.bin/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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