aboutsummaryrefslogtreecommitdiff
path: root/secure/usr.bin
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-01-14 08:01:51 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-01-14 08:01:51 +0000
commit45b8027e2561cce06fd27a8d9ef1c836685e2bad (patch)
tree3d90d91cfcdabdcff16361095019dee67759f892 /secure/usr.bin
parentd05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (diff)
downloadsrc-45b8027e2561cce06fd27a8d9ef1c836685e2bad.tar.gz
src-45b8027e2561cce06fd27a8d9ef1c836685e2bad.zip
Connect OpenSSL to the build.
Notes
Notes: svn path=/head/; revision=55956
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