summaryrefslogtreecommitdiff
path: root/secure
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
parentd05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (diff)
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/Makefile2
-rw-r--r--secure/usr.bin/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 6f61ed554063..4190e3825184 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-SUBDIR= libcipher libdes
+SUBDIR= libcipher libcrypto libdes libssl
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=libtelnet
.endif
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