summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-01-14 08:01:51 +0000
committerkris <kris@FreeBSD.org>2000-01-14 08:01:51 +0000
commite64b0936669b3bf0aec407f8786d3bd095f941ff (patch)
tree2d742fcd93b238a4416c52f83122ff5e987cce7d /secure
parentc127d0e61e914c6951d98986385ccb730b115cf9 (diff)
downloadFreeBSD-src-e64b0936669b3bf0aec407f8786d3bd095f941ff.zip
FreeBSD-src-e64b0936669b3bf0aec407f8786d3bd095f941ff.tar.gz
Connect OpenSSL to the build.
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 6f61ed5..4190e38 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 f711c0a..c991a99 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
OpenPOWER on IntegriCloud