aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1999-10-07 20:06:22 +0000
committerMark Murray <markm@FreeBSD.org>1999-10-07 20:06:22 +0000
commit8a9482784314685e7f335b59bccbcbbbf35523aa (patch)
treedf28cb360f3b93a940f74da22499587b1485e8be /usr.bin
parentb8351749c956994ff08b8857059d0c1a8f4c9295 (diff)
downloadsrc-8a9482784314685e7f335b59bccbcbbbf35523aa.tar.gz
src-8a9482784314685e7f335b59bccbcbbbf35523aa.zip
Allow for a telnet in secure/ (SRA telnet).
Submitted by: Nick Sayer
Notes
Notes: svn path=/head/; revision=51996
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 4b49635a60cf..c10ef949db0c 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -199,8 +199,9 @@ SUBDIR= apply \
ypmatch \
ypwhich
-.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || \
- defined(NOCRYPT) || !defined(MAKE_KERBEROS4)
+.if defined(RELEASEDIR) || (!exists(${.CURDIR}/../kerberosIV) && \
+ !exists(${.CURDIR}/../secure)) || defined(NOCRYPT) || \
+ !defined(MAKE_KERBEROS4)
# Releases need both this non-crypt telnet and the crypt telnet.
SUBDIR+=telnet
.endif