diff options
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/Makefile | 5 |
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> |
