diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 51655d429c8..0180a3a7210 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