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