From 8a9482784314685e7f335b59bccbcbbbf35523aa Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 7 Oct 1999 20:06:22 +0000 Subject: [PATCH] Allow for a telnet in secure/ (SRA telnet). Submitted by: Nick Sayer --- usr.bin/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 4b49635a60c..c10ef949db0 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