summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-30 07:24:35 +0000
committerru <ru@FreeBSD.org>2003-04-30 07:24:35 +0000
commit13592a98889945f4cdea699b8603007f034b4f8e (patch)
treea043fd521a44cceca31d53c7f2283986b318acb1 /usr.bin/Makefile
parentb4e11fe3020bbda14f734e4aca616719e15fc6c6 (diff)
downloadFreeBSD-src-13592a98889945f4cdea699b8603007f034b4f8e.zip
FreeBSD-src-13592a98889945f4cdea699b8603007f034b4f8e.tar.gz
Don't clobber Kerberos5 telnet(1) and telnetd(8) with non-crypto versions.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index ea43e55..a4d7632 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -217,9 +217,10 @@ SUBDIR= alias \
ypwhich
.if defined(RELEASEDIR) || \
- (!exists(${.CURDIR}/../kerberosIV) && !exists(${.CURDIR}/../secure)) || \
- defined(NOCRYPT) || (defined(NOSECURE) && !defined(MAKE_KERBEROS4))
-# Releases need both this non-crypt telnet and the crypt telnet.
+ (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberos5)) || \
+ defined(NOCRYPT) || \
+ (defined(NOSECURE) && !defined(MAKE_KERBEROS5))
+# make release needs both
SUBDIR+=telnet
.endif
OpenPOWER on IntegriCloud