1 # @(#)Makefile 8.1 (Berkeley) 6/4/93 2 3 SUBDIR= 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" 7 SUBDIR+=rbootd 8 .elif ${MACHINE} == "luna68k" 9 SUBDIR+=rbootd 10 .endif 11 12 .include <bsd.subdir.mk> 13