diff options
author | markm <markm@FreeBSD.org> | 2003-06-02 20:03:32 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-06-02 20:03:32 +0000 |
commit | 0e343897fb3fad0d0d6a72ec52c1c6fe6a5bef89 (patch) | |
tree | 9133d3d3734c76999a6cd92e0980b5b6f26d62a3 /secure/lib | |
parent | 7b3c2b7e5fb6e8538bf222b5ef3d74fd3a8b7950 (diff) | |
download | FreeBSD-src-0e343897fb3fad0d0d6a72ec52c1c6fe6a5bef89.zip FreeBSD-src-0e343897fb3fad0d0d6a72ec52c1c6fe6a5bef89.tar.gz |
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).
Diffstat (limited to 'secure/lib')
-rw-r--r-- | secure/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile index 16aff1a..56b98e5 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) |