From 45b8027e2561cce06fd27a8d9ef1c836685e2bad Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 14 Jan 2000 08:01:51 +0000 Subject: [PATCH] Connect OpenSSL to the build. --- secure/lib/Makefile | 2 +- secure/usr.bin/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 6f61ed554063..4190e3825184 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 f711c0a389cd..c991a9911750 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