1dea673e9SRodney W. Grimes# @(#)Makefile 5.20 (Berkeley) 6/12/93 2dea673e9SRodney W. Grimes 378eb91b4SDavid Greenman# XXX MISSING: mkproto 490c5321fSDavid Greenman# XXX MISSING SOURCES: quot 528178404SJordan K. Hubbard# XXX TEMP. BROKEN: iostat 690c5321fSDavid GreenmanSUBDIR= ac accton amd arp bootpd bootpef bootpgw bootptest chown chroot \ 713ae5a03SPoul-Henning Kamp cron crunch dbsym dev_mkdb diskpart edquota fdformat fdwrite \ 813ae5a03SPoul-Henning Kamp inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \ 987de5a95SJordan K. Hubbard manctl mtree mrouted pkg_install portmap pstat \ 1027f8e969SDavid Greenman pwd_mkdb quotaon repquota routed rmt rtprio rwhod sa sendmail \ 1136156bf4SGarrett Wollman sliplogin sysctl syslogd tcpdump traceroute trpt tzsetup vidcontrol \ 12bd46ac9aSGarrett Wollman vipw xntpd ypbind yppoll ypset zic 13dea673e9SRodney W. Grimes 14d966229dSGarrett Wollman# 15d966229dSGarrett Wollman# XNSrouted and trsp are of very marginal utility to anyone at this 16d966229dSGarrett Wollman# point. Users who actually have a use for these programs (unlikely) 17d966229dSGarrett Wollman# are free to add them back in. 18d966229dSGarrett Wollman# 19d966229dSGarrett Wollman# SUBDIR+=XNSrouted trsp 20d966229dSGarrett Wollman 21dea673e9SRodney W. Grimes.if make(clean) || make(cleandir) 2252f2a972SBruce EvansSUBDIR+=bad144 config config.new eeprom iostat swapinfo timed 23dea673e9SRodney W. Grimes.elif ${MACHINE} == "hp300" 2484e59eb5SGarrett WollmanSUBDIR+=config iostat timed 25dea673e9SRodney W. Grimes.elif ${MACHINE} == "i386" 2652f2a972SBruce EvansSUBDIR+=bad144 config swapinfo timed 271544f99bSRodney W. Grimes# iostat 28dea673e9SRodney W. Grimes.elif ${MACHINE} == "luna68k" 2984e59eb5SGarrett WollmanSUBDIR+=config iostat timed 30dea673e9SRodney W. Grimes.elif ${MACHINE} == "mips" 3184e59eb5SGarrett WollmanSUBDIR+=config iostat timed 32dea673e9SRodney W. Grimes.elif ${MACHINE} == "sparc" 3384e59eb5SGarrett WollmanSUBDIR+=config.new eeprom timed 34dea673e9SRodney W. Grimes.elif ${MACHINE} == "tahoe" 3584e59eb5SGarrett WollmanSUBDIR+=config iostat timed 36dea673e9SRodney W. Grimes.elif ${MACHINE} == "vax" 3784e59eb5SGarrett WollmanSUBDIR+=bad144 config iostat timed 38dea673e9SRodney W. Grimes.endif 39dea673e9SRodney W. Grimes 40dea673e9SRodney W. Grimes.include <bsd.subdir.mk> 41