Makefile revision 7806
11573Srgrimes#	@(#)Makefile	5.20 (Berkeley) 6/12/93
21573Srgrimes
31573Srgrimes# XXX MISSING:		mkproto
41573Srgrimes# XXX MISSING SOURCES:	quot
51573Srgrimes# XXX TEMP. BROKEN:	iostat
61573SrgrimesSUBDIR= ac accton adduser amd arp bootparamd chown chroot cron crunch ctm \
71573Srgrimes	dev_mkdb diskpart edquota inetd kernbb kgmon kvm_mkdb lpr lsdev \
81573Srgrimes	manctl mtree mrouted named nslookup pcvt pkg_install pkg_manage \
91573Srgrimes	portmap ppp pppd pppstats pstat pwd_mkdb quotaon rarpd repquota \
101573Srgrimes	routed rmt rwhod sa sendmail sliplogin slstat sysctl syslogd \
111573Srgrimes	tcpdump timed traceroute trpt tzsetup vipw vnconfig watch xntpd \
121573Srgrimes	xten ypbind yppoll ypset zic
131573Srgrimes
141573Srgrimes#
151573Srgrimes# XNSrouted and trsp are of very marginal utility to anyone at this
161573Srgrimes# point.  Users who actually have a use for these programs (unlikely)
171573Srgrimes# are free to add them back in.
181573Srgrimes#
191573Srgrimes# SUBDIR+=XNSrouted trsp
201573Srgrimes
211573Srgrimes.if   make(clean) || make(cleandir)
221573SrgrimesSUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \
231573Srgrimes	fdcontrol iostat kbdcontrol lptcontrol ncrcontrol rtprio \
241573Srgrimes	sgsc spkrtest swapinfo vidcontrol 
251573Srgrimes.elif ${MACHINE} == "hp300"
261573SrgrimesSUBDIR+=config iostat 
271573Srgrimes.elif ${MACHINE} == "i386"
281573SrgrimesSUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol iostat \
291573Srgrimes	kbdcontrol lptcontrol mixer ncrcontrol rtprio sgsc spkrtest swapinfo \
301573Srgrimes	vidcontrol
311573Srgrimes.elif ${MACHINE} == "luna68k"
321573SrgrimesSUBDIR+=config iostat 
3392991Sobrien.elif ${MACHINE} == "mips"
341573SrgrimesSUBDIR+=config iostat 
351573Srgrimes.elif ${MACHINE} == "sparc"
361573SrgrimesSUBDIR+=config.new eeprom 
371573Srgrimes.elif ${MACHINE} == "tahoe"
381573SrgrimesSUBDIR+=config iostat 
391573Srgrimes.elif ${MACHINE} == "vax"
401573SrgrimesSUBDIR+=bad144 config iostat 
411573Srgrimes.endif
421573Srgrimes
431573Srgrimes.include <bsd.subdir.mk>
44146197Sstefanf