diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 4190e382518..6f61ed55406 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= libcipher libcrypto libdes libssl +SUBDIR= libcipher libdes .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) SUBDIR+=libtelnet .endif diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile index c991a991175..f711c0a389c 100644 --- a/secure/usr.bin/Makefile +++ b/secure/usr.bin/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= bdes openssl +SUBDIR= bdes .if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4) SUBDIR+=telnet .endif