Only build telnetd if secure telnetd is not going to be built.

Reviewed by:	rgrimes
This commit is contained in:
Mark Murray 1995-08-06 11:20:35 +00:00
parent 2ccab10de2
commit 558914c47f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9962

View File

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