Allow for a telnet in secure/ (SRA telnet).

Submitted by:	Nick Sayer
This commit is contained in:
Mark Murray 1999-10-07 20:06:22 +00:00
parent b8351749c9
commit 8a94827843
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51996

View File

@ -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