From f9992f30fcd224b2676da21102ded866b7289149 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 16 Jan 2000 05:25:26 +0000 Subject: [PATCH] Turn back on openssl building. --- secure/usr.bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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