1# @(#)Makefile 8.1 (Berkeley) 6/4/93 2 3SUBDIR= bugfiler comsat fingerd ftpd getNAME getty kpasswdd lfs_cleanerd \ 4 mail.local makekey rexecd rlogind rshd talkd telnetd tftpd uucpd 5 6.if ${MACHINE} == "hp300" 7SUBDIR+=rbootd 8.elif ${MACHINE} == "i386" 9SUBDIR+=rbootd 10.elif ${MACHINE} == "luna68k" 11SUBDIR+=rbootd 12.endif 13 14.include <bsd.subdir.mk> 15