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