From ebf56ceccb74f33c3c25cfdf953e3664dbea2415 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 7 Oct 1999 20:04:17 +0000 Subject: Allow for a telnet in secure/ (SRA telnet). --- libexec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libexec/Makefile') diff --git a/libexec/Makefile b/libexec/Makefile index 9301dc0..d390ce5 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -19,7 +19,7 @@ SUBDIR+=rtld-aout SUBDIR+=rtld-elf .endif -.if defined(RELEASEDIR) || !exists(${.CURDIR}/../kerberosIV) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4) +.if defined(RELEASEDIR) || (!exists(${.CURDIR}/../secure) && !exists(${.CURDIR}/../kerberosIV)) || defined(NOCRYPT) || !defined(MAKE_KERBEROS4) # make release needs both SUBDIR+=telnetd .endif -- cgit v1.1