summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/Makefile')
-rw-r--r--secure/lib/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index 0180a3a..75f9b05 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -1,11 +1,17 @@
# $FreeBSD$
-SUBDIR= libcipher libdes
+SUBDIR= libcipher
.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR+=libtelnet
.endif
.if !defined(NO_OPENSSL)
-SUBDIR+=libcrypto librsaglue libssl
+SUBDIR+=libcrypto libssl
+.if defined(RSAREF) && ${RSAREF} == YES
+SUBDIR+=librsaglue
+.endif
+.endif
+.if !defined(NO_OPENSSH)
+SUBDIR+=libssh
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud