summaryrefslogtreecommitdiffstats
path: root/secure/usr.bin/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-10-12 19:48:05 +0000
committermarkm <markm@FreeBSD.org>1999-10-12 19:48:05 +0000
commitca616e7d07413dc8ccef29cc95871f86542d5779 (patch)
tree88716f8dd69d76dabfe8ec20d2e4851e18e7e75b /secure/usr.bin/Makefile
parent81ad9b5f6a264765d2421cfb80fb73ddd5d2ae46 (diff)
downloadFreeBSD-src-ca616e7d07413dc8ccef29cc95871f86542d5779.zip
FreeBSD-src-ca616e7d07413dc8ccef29cc95871f86542d5779.tar.gz
Dont build telenet if we are going for kerberised telnet; this just
jumps all over kerberised telnet otherwise.
Diffstat (limited to 'secure/usr.bin/Makefile')
-rw-r--r--secure/usr.bin/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/secure/usr.bin/Makefile b/secure/usr.bin/Makefile
index 0b1fc8a..f711c0a 100644
--- a/secure/usr.bin/Makefile
+++ b/secure/usr.bin/Makefile
@@ -1,6 +1,8 @@
# $FreeBSD$
-SUBDIR= bdes telnet
+SUBDIR= bdes
+.if !defined(NOCRYPT) && !defined(MAKE_KERBEROS4)
+SUBDIR+=telnet
+.endif
.include <bsd.subdir.mk>
-
OpenPOWER on IntegriCloud