summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/Makefile')
-rw-r--r--secure/lib/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/secure/lib/Makefile b/secure/lib/Makefile
index d194db8..6f61ed5 100644
--- a/secure/lib/Makefile
+++ b/secure/lib/Makefile
@@ -1,6 +1,8 @@
# $FreeBSD$
-SUBDIR= libcipher libdes libtelnet
+SUBDIR= libcipher libdes
+.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
+SUBDIR+=libtelnet
+.endif
.include <bsd.subdir.mk>
-
OpenPOWER on IntegriCloud