aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin/Makefile
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-01-15 18:02:10 +0000
committerBrian Feldman <green@FreeBSD.org>2000-01-15 18:02:10 +0000
commitd82f495687f85109060a381017cd413da8e8743c (patch)
tree27dcf621748562587b4bae459b5e3cfe41efbad5 /secure/usr.bin/Makefile
parent3c2c970655b10bb7eb0661442a0b8f4a6bb9bfa5 (diff)
downloadsrc-d82f495687f85109060a381017cd413da8e8743c.tar.gz
src-d82f495687f85109060a381017cd413da8e8743c.zip
We cannot have libcrypto, and therefore OpenSSL at all, without RSA.
If you need examples of breakage, I'm ready to provide more than a few.
Notes
Notes: svn path=/head/; revision=56050
Diffstat (limited to 'secure/usr.bin/Makefile')
-rw-r--r--secure/usr.bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index c991a9911750..f711c0a389cd 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SUBDIR= bdes openssl
+SUBDIR= bdes
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=telnet
.endif