From 558914c47f5731a4561ee1c821d99e533299175f Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 6 Aug 1995 11:20:35 +0000 Subject: [PATCH] Only build telnetd if secure telnetd is not going to be built. Reviewed by: rgrimes --- libexec/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libexec/Makefile b/libexec/Makefile index a8e225f812a4..ffebb8bb6233 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -2,7 +2,11 @@ SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \ mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \ - rpc.rwalld rshd talkd telnetd tftpd uucpd xtend + rpc.rwalld rshd talkd tftpd uucpd xtend + +.if !exists(../secure) || defined(NOSECURE) +SUBDIR+=telnetd +.endif # Present but disabled: kpasswdd