xref: /csrg-svn/usr.sbin/Makefile (revision 63402)
1*63402Sbostic#	@(#)Makefile	5.20 (Berkeley) 06/12/93
241727Sbostic
358227StorekSUBDIR=	ac accton amd arp chown chroot cron dev_mkdb diskpart edquota \
4*63402Sbostic	inetd kgmon kvm_mkdb lpr mkproto mtree portmap pstat pwd_mkdb \
5*63402Sbostic	quot quotaon repquota rmt rwhod sa sendmail sliplogin sysctl \
6*63402Sbostic	syslogd traceroute trpt trsp update vipw
741727Sbostic
843872Sbostic.if   make(clean) || make(cleandir)
959424StorekSUBDIR+=bad144 config config.new eeprom iostat timed
1049256Sbostic.elif ${MACHINE} == "hp300"
1158206StorekSUBDIR+=config iostat timed
1258206Storek.elif ${MACHINE} == "i386"
1358206StorekSUBDIR+=bad144 config iostat
1456177Sbostic.elif ${MACHINE} == "luna68k"
1558206StorekSUBDIR+=config iostat timed
1660578Sralph.elif ${MACHINE} == "mips"
1760578SralphSUBDIR+=config iostat timed
1858206Storek.elif ${MACHINE} == "sparc"
1959424StorekSUBDIR+=config.new eeprom timed
2043872Sbostic.elif ${MACHINE} == "tahoe"
2158209SbosticSUBDIR+=config iostat timed
2243872Sbostic.elif ${MACHINE} == "vax"
2358207SbosticSUBDIR+=bad144 config iostat timed
2441727Sbostic.endif
2541727Sbostic
2641727Sbostic.include <bsd.subdir.mk>
27