]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
cdplay added
[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 pstat  \
9         pwd_mkdb quotaon repquota routed rmt rwhod sa sendmail sliplogin \
10         slstat sysctl syslogd tcpdump timed traceroute trpt tzsetup vipw \
11         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 config config.new fdformat fdwrite fdcontrol \
22         iostat kbdcontrol lptcontrol ncrcontrol rtprio swapinfo vidcontrol 
23 .elif ${MACHINE} == "hp300"
24 SUBDIR+=config iostat 
25 .elif ${MACHINE} == "i386"
26 SUBDIR+=apm apmconf bad144 cdplay config fdformat fdwrite fdcontrol \
27         kbdcontrol lptcontrol ncrcontrol rtprio spkrtest swapinfo vidcontrol
28 # iostat
29 .elif ${MACHINE} == "luna68k"
30 SUBDIR+=config iostat 
31 .elif ${MACHINE} == "mips"
32 SUBDIR+=config iostat 
33 .elif ${MACHINE} == "sparc"
34 SUBDIR+=config.new eeprom 
35 .elif ${MACHINE} == "tahoe"
36 SUBDIR+=config iostat 
37 .elif ${MACHINE} == "vax"
38 SUBDIR+=bad144 config iostat 
39 .endif
40
41 .include <bsd.subdir.mk>