From 4a0df206ce91786f7b38d118aedf7e7695e91a7a Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 30 Jan 2000 04:11:37 +0000 Subject: Add NO_OPENSSL knob to turn off building of openssl Requested by: wollman --- secure/lib/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'secure') 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 -- cgit v1.1