aboutsummaryrefslogtreecommitdiff
path: root/secure/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'secure/libexec')
-rw-r--r--secure/libexec/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/secure/libexec/Makefile b/secure/libexec/Makefile
index 5c5b4505e6a8..8661ee263d7d 100644
--- a/secure/libexec/Makefile
+++ b/secure/libexec/Makefile
@@ -1,6 +1,7 @@
-# $FreeBSD$
+# $FreeBSD$
+.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
SUBDIR= telnetd
+.endif
.include <bsd.subdir.mk>
-