1# @(#)Makefile 5.20 (Berkeley) 06/12/93 2 3SUBDIR= ac accton amd arp chown chroot cron dev_mkdb diskpart edquota \ 4 inetd kgmon kvm_mkdb lpr mkproto mtree portmap pstat pwd_mkdb \ 5 quot quotaon repquota rmt rwhod sa sendmail sliplogin sysctl \ 6 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