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