mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 10:52:50 +00:00
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:
parent
92b49d4efa
commit
e4a3b084f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115724
@ -1,6 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= libcipher
|
||||
SUBDIR=
|
||||
.if !defined(NO_OPENSSL)
|
||||
SUBDIR+=libcrypto libssl
|
||||
.if !defined(NO_OPENSSH)
|
||||
|
Loading…
Reference in New Issue
Block a user