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).
This commit is contained in:
Mark Murray 2003-06-02 20:03:32 +00:00
parent 92b49d4efa
commit e4a3b084f9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115724

View File

@ -1,6 +1,6 @@
# $FreeBSD$
SUBDIR= libcipher
SUBDIR=
.if !defined(NO_OPENSSL)
SUBDIR+=libcrypto libssl
.if !defined(NO_OPENSSH)