From e4a3b084f987fb7d5531bfbe1b32f69abf209d95 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Mon, 2 Jun 2003 20:03:32 +0000 Subject: [PATCH] Disconnect libcipher from the build. It only does DES, and we already have libcrypto to do that. Both consumers of this lib have been converted to use libcrypto. (bin/ed and secure/usr.bin/bdes). --- secure/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 16aff1a08d4..56b98e59e3a 100644 --- a/secure/lib/Makefile +++ b/secure/lib/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -SUBDIR= libcipher +SUBDIR= .if !defined(NO_OPENSSL) SUBDIR+=libcrypto libssl .if !defined(NO_OPENSSH)