]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r3229,
[FreeBSD/FreeBSD.git] / usr.sbin / Makefile
1 #       @(#)Makefile    5.20 (Berkeley) 6/12/93
2
3 # XXX MISSING:          mkproto
4 # XXX MISSING SOURCES:  quot
5 # XXX TEMP. BROKEN:     iostat
6 SUBDIR= ac accton amd arp bootpd bootpef bootpgw bootptest chown chroot \
7         cron crunch dbsym dev_mkdb diskpart edquota fdformat fdwrite \
8         inetd kbdcontrol kgmon kvm_mkdb lpr lptcontrol \
9         manctl mtree mrouted named nslookup pkg_install portmap pstat \
10         pwd_mkdb quotaon repquota routed rmt rtprio rwhod sa sendmail \
11         sliplogin sysctl syslogd tcpdump traceroute trpt tzsetup vidcontrol \
12         vipw xntpd ypbind yppoll ypset zic
13
14 #
15 # XNSrouted and trsp are of very marginal utility to anyone at this
16 # point.  Users who actually have a use for these programs (unlikely)
17 # are free to add them back in.
18 #
19 # SUBDIR+=XNSrouted trsp
20
21 .if   make(clean) || make(cleandir)
22 SUBDIR+=bad144 config config.new eeprom iostat swapinfo timed 
23 .elif ${MACHINE} == "hp300"
24 SUBDIR+=config iostat timed 
25 .elif ${MACHINE} == "i386"
26 SUBDIR+=bad144 config swapinfo timed
27 # iostat
28 .elif ${MACHINE} == "luna68k"
29 SUBDIR+=config iostat timed 
30 .elif ${MACHINE} == "mips"
31 SUBDIR+=config iostat timed 
32 .elif ${MACHINE} == "sparc"
33 SUBDIR+=config.new eeprom timed 
34 .elif ${MACHINE} == "tahoe"
35 SUBDIR+=config iostat timed 
36 .elif ${MACHINE} == "vax"
37 SUBDIR+=bad144 config iostat timed 
38 .endif
39
40 .include <bsd.subdir.mk>