]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
And another absolute path -I :-<
[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 chown chroot cron crunch dbsym dev_mkdb \
7         diskpart edquota inetd kbdcontrol kgmon kvm_mkdb lpr lsdev manctl \
8         mtree mrouted named nslookup pkg_install portmap pppd pppstats \
9         pstat pwd_mkdb quotaon repquota routed rmt rwhod sa \
10         sendmail sliplogin slstat sysctl syslogd tcpdump timed traceroute \
11         trpt tzsetup vipw xntpd xten ypbind yppoll ypset zic
12
13 #
14 # XNSrouted and trsp are of very marginal utility to anyone at this
15 # point.  Users who actually have a use for these programs (unlikely)
16 # are free to add them back in.
17 #
18 # SUBDIR+=XNSrouted trsp
19
20 .if   make(clean) || make(cleandir)
21 SUBDIR+=apm apmconf bad144 cdplay config config.new fdformat fdwrite \
22         fdcontrol iostat kbdcontrol lptcontrol ncrcontrol rtprio \
23         spkrtest swapinfo vidcontrol 
24 .elif ${MACHINE} == "hp300"
25 SUBDIR+=config iostat 
26 .elif ${MACHINE} == "i386"
27 SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol \
28         kbdcontrol lptcontrol ncrcontrol rtprio spkrtest swapinfo vidcontrol
29 # iostat
30 .elif ${MACHINE} == "luna68k"
31 SUBDIR+=config iostat 
32 .elif ${MACHINE} == "mips"
33 SUBDIR+=config iostat 
34 .elif ${MACHINE} == "sparc"
35 SUBDIR+=config.new eeprom 
36 .elif ${MACHINE} == "tahoe"
37 SUBDIR+=config iostat 
38 .elif ${MACHINE} == "vax"
39 SUBDIR+=bad144 config iostat 
40 .endif
41
42 .include <bsd.subdir.mk>