summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-10-07 20:06:22 +0000
committermarkm <markm@FreeBSD.org>1999-10-07 20:06:22 +0000
commita06abd1dbc389560722a768156203edccd6d3d3d (patch)
treef78477e7a64e3bc6c259b1d64ab64243f6362aad /usr.bin/Makefile
parentebf56ceccb74f33c3c25cfdf953e3664dbea2415 (diff)
downloadFreeBSD-src-a06abd1dbc389560722a768156203edccd6d3d3d.zip
FreeBSD-src-a06abd1dbc389560722a768156203edccd6d3d3d.tar.gz
Allow for a telnet in secure/ (SRA telnet).
Submitted by: Nick Sayer
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 4b49635..c10ef94 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
OpenPOWER on IntegriCloud