diff options
-rw-r--r-- | libexec/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libexec/Makefile b/libexec/Makefile index a8e225f..ffebb8b 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 |