Makefile revision 8496
1100280Sgordon#	@(#)Makefile	5.20 (Berkeley) 6/12/93
2100280Sgordon
3118638Sfjoe# XXX MISSING:		mkproto
466830Sobrien# XXX MISSING SOURCES:	quot
566830Sobrien# XXX TEMP. BROKEN:	iostat
666830SobrienSUBDIR= ac accton adduser amd arp bootparamd chown chroot cron crunch ctm \
766830Sobrien	dev_mkdb diskpart edquota inetd kernbb kgmon kvm_mkdb lpr lsdev \
866830Sobrien	manctl mtree mrouted named nslookup pcvt pkg_install pkg_manage \
966830Sobrien	portmap ppp pppd pppstats pstat pwd_mkdb quotaon rarpd repquota \
1066830Sobrien	routed rmt rwhod sa sendmail sliplogin slstat sysctl syslogd \
1166830Sobrien	tcpdump timed traceroute trpt tzsetup vipw vnconfig watch xntpd \
1266830Sobrien	xten ypbind yppoll ypset zic
1366830Sobrien
1466830Sobrien#
1566830Sobrien# XNSrouted and trsp are of very marginal utility to anyone at this
1666830Sobrien# point.  Users who actually have a use for these programs (unlikely)
1766830Sobrien# are free to add them back in.
1866830Sobrien#
1966830Sobrien# SUBDIR+=XNSrouted trsp
2066830Sobrien
2166830Sobrien.if   make(clean) || make(cleandir)
2266830SobrienSUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \
2366830Sobrien	fdcontrol iostat kbdcontrol lptcontrol mixer ncrcontrol rtprio \
2466830Sobrien	sgsc spkrtest vidcontrol 
2566830Sobrien.elif ${MACHINE} == "hp300"
2666830SobrienSUBDIR+=config iostat 
2751231Ssheldonh.elif ${MACHINE} == "i386"
2851231SsheldonhSUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol iostat \
29100280Sgordon	kbdcontrol lptcontrol mixer ncrcontrol rtprio sgsc spkrtest \
30100280Sgordon	vidcontrol
31100280Sgordon.elif ${MACHINE} == "luna68k"
32121067SdougbSUBDIR+=config iostat 
33108191Sdillon.elif ${MACHINE} == "mips"
34108191SdillonSUBDIR+=config iostat 
35108191Sdillon.elif ${MACHINE} == "sparc"
36108191SdillonSUBDIR+=config.new eeprom 
37108191Sdillon.elif ${MACHINE} == "tahoe"
38108191SdillonSUBDIR+=config iostat 
39108191Sdillon.elif ${MACHINE} == "vax"
40108191SdillonSUBDIR+=bad144 config iostat 
41108191Sdillon.endif
42108191Sdillon
43108191Sdillon.include <bsd.subdir.mk>
44108191Sdillon