aboutsummaryrefslogtreecommitdiff
path: root/secure/lib/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-06-02 20:03:32 +0000
committerMark Murray <markm@FreeBSD.org>2003-06-02 20:03:32 +0000
commite4a3b084f987fb7d5531bfbe1b32f69abf209d95 (patch)
tree9133d3d3734c76999a6cd92e0980b5b6f26d62a3 /secure/lib/Makefile
parent92b49d4efa958651dad9616ec90d2f971c6b389f (diff)
downloadsrc-e4a3b084f987fb7d5531bfbe1b32f69abf209d95.tar.gz
src-e4a3b084f987fb7d5531bfbe1b32f69abf209d95.zip
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).
Notes
Notes: svn path=/head/; revision=115724
Diffstat (limited to 'secure/lib/Makefile')
-rw-r--r--secure/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 16aff1a08d4c..56b98e59e3a8 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)