aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-01-16 05:25:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-01-16 05:25:26 +0000
commitf9992f30fcd224b2676da21102ded866b7289149 (patch)
tree835a952e1037a585630f49c3af52b16ff56790b0 /secure/usr.bin
parent3e3bfbad52c1d41f59aa32384cfb9cb1697b0405 (diff)
downloadsrc-f9992f30fcd224b2676da21102ded866b7289149.tar.gz
src-f9992f30fcd224b2676da21102ded866b7289149.zip
Turn back on openssl building.
Notes
Notes: svn path=/head/; revision=56090
Diffstat (limited to 'secure/usr.bin')
-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 f711c0a389cd..c991a9911750 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SUBDIR= bdes
+SUBDIR= bdes openssl
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=telnet
.endif