1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2 3SUBDIR= atrun bootpd bootpgw comsat fingerd ftpd getNAME getty lfs_cleanerd \ 4 mail.local makekey rexecd rlogind rpc.rstatd rpc.rusersd \ 5 rpc.rwalld rshd talkd tftpd uucpd xtend 6 7.if !exists(../secure) || defined(NOSECURE) 8SUBDIR+=telnetd 9.endif 10 11# Present but disabled: kpasswdd 12 13.if ${MACHINE} == "hp300" 14SUBDIR+=rbootd 15.elif ${MACHINE} == "i386" 16SUBDIR+=rbootd 17.elif ${MACHINE} == "luna68k" 18SUBDIR+=rbootd 19.endif 20 21.include <bsd.subdir.mk> 22