1# @(#)Makefile 5.19 (Berkeley) 06/04/93 2 3SUBDIR= ac accton amd arp chown chroot cron dev_mkdb diskpart edquota \ 4 inetd kgmon kvm_mkdb lpr mkproto mtree nvi.recover portmap \ 5 pstat pwd_mkdb quot quotaon repquota rmt rwhod sa sendmail \ 6 sliplogin sysctl syslogd traceroute trpt trsp update vipw 7 8.if make(clean) || make(cleandir) 9SUBDIR+=bad144 config config.new eeprom iostat timed 10.elif ${MACHINE} == "hp300" 11SUBDIR+=config iostat timed 12.elif ${MACHINE} == "i386" 13SUBDIR+=bad144 config iostat 14.elif ${MACHINE} == "luna68k" 15SUBDIR+=config iostat timed 16.elif ${MACHINE} == "mips" 17SUBDIR+=config iostat timed 18.elif ${MACHINE} == "sparc" 19SUBDIR+=config.new eeprom timed 20.elif ${MACHINE} == "tahoe" 21SUBDIR+=config iostat timed 22.elif ${MACHINE} == "vax" 23SUBDIR+=bad144 config iostat timed 24.endif 25 26.include <bsd.subdir.mk> 27