]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/Makefile
This commit was generated by cvs2svn to compensate for changes in r122213,
[FreeBSD/FreeBSD.git] / usr.sbin / Makefile
1 #       From: @(#)Makefile      5.20 (Berkeley) 6/12/93
2 # $FreeBSD$
3
4 .if ${MACHINE_ARCH} != "powerpc"
5 _sysinstall=sysinstall
6 .endif
7
8 # XXX MISSING:          mkproto
9 SUBDIR= IPXrouted \
10         ac \
11         accton \
12         adduser \
13         amd \
14         ancontrol \
15         arp \
16         bootparamd \
17         burncd \
18         cdcontrol \
19         chkgrp \
20         chown \
21         chroot \
22         ckdist \
23         config \
24         cron \
25         crunch \
26         ctm \
27         daemon \
28         dconschat \
29         devinfo \
30         digictl \
31         diskinfo \
32         edquota \
33         extattr \
34         extattrctl \
35         faithd \
36         fdcontrol \
37         fdformat \
38         fdread \
39         fdwrite \
40         fwcontrol \
41         getfmac \
42         getpmac \
43         gstat \
44         ifmcstat \
45         inetd \
46         iostat \
47         ip6addrctl \
48         jail \
49         jexec \
50         jls \
51         kbdcontrol \
52         kbdmap \
53         kernbb \
54         kldxref \
55         lastlogin \
56         mailwrapper \
57         manctl \
58         memcontrol \
59         mergemaster \
60         mixer \
61         mlxcontrol \
62         mount_portalfs \
63         mountd \
64         moused \
65         mrouted \
66         mtest \
67         mtree \
68         ndp \
69         newsyslog \
70         nfsd \
71         ngctl \
72         ntp \
73         nghook \
74         pciconf \
75         periodic \
76         pkg_install \
77         ppp \
78         pppd \
79         pppstats \
80         procctl \
81         pstat \
82         pw \
83         pwd_mkdb \
84         quot \
85         quotaon \
86         rarpd \
87         raycontrol \
88         repquota \
89         rmt \
90         rpcbind \
91         rpc.lockd \
92         rpc.statd \
93         rpc.umntall \
94         rpc.yppasswdd \
95         rpc.ypupdated \
96         rpc.ypxfrd \
97         rrenumd \
98         rtadvd \
99         rtprio \
100         rtsold \
101         rwhod \
102         sa \
103         setfmac \
104         setkey \
105         setpmac \
106         sliplogin \
107         slstat \
108         spray \
109         ${_sysinstall} \
110         syslogd \
111         tcpdchk \
112         tcpdmatch \
113         tcpdump \
114         timed \
115         traceroute \
116         trpt \
117         tzsetup \
118         ugidfw \
119         vidcontrol \
120         vipw \
121         vnconfig \
122         watch \
123         watchdogd \
124         wicontrol \
125         yp_mkdb \
126         ypbind \
127         yppoll \
128         yppush \
129         ypserv \
130         ypset \
131         zic
132
133 .if !defined(NOATM)
134 SUBDIR+=atm
135 .endif
136
137 .if !defined(NOINET6)
138 SUBDIR+=mld6query \
139         rip6query \
140         route6d \
141         traceroute6 
142 .endif
143
144 .if !defined(NO_IPFILTER)
145 SUBDIR+=ipresend \
146         ipsend \
147         iptest
148 .endif
149
150 .if !defined(NO_USB)
151 SUBDIR+=usbd \
152         usbdevs
153 .endif
154 .if !defined(NOLIBC_R) && ${MACHINE_ARCH} != "powerpc"
155 SUBDIR+=pppctl
156 .endif
157
158 .if !defined(NO_BIND)
159 SUBDIR+=named \
160         named.reload \
161         named.restart \
162         ndc \
163         nslookup \
164         nsupdate
165 .endif
166
167 .if !defined(NO_LPR)
168 SUBDIR+=lpr
169 .endif
170
171 .if !defined(NO_SENDMAIL)
172 SUBDIR+=editmap \
173         mailstats \
174         makemap \
175         praliases \
176         sendmail
177 .endif
178
179 .if ${MACHINE_ARCH} == "alpha"
180 SUBDIR+=elf2exe \
181         pnpinfo
182 .endif
183
184 .if ${MACHINE_ARCH} == "i386"
185 SUBDIR+=apm \
186         apmd \
187         asf \
188         bluetooth \
189         btxld \
190         kgmon \
191         kgzip \
192         lptcontrol \
193         mount_nwfs \
194         mount_smbfs \
195         mptable \
196         pccard \
197         pcvt \
198         pnpinfo \
199         sgsc \
200         sicontrol \
201         spkrtest \
202         stallion \
203         wlconfig \
204         zzz
205
206 .if !defined(NO_ACPI)
207 SUBDIR+=acpi
208 .endif
209
210 .if !defined(NO_I4B)
211 SUBDIR+=i4b
212 .endif
213
214 .endif
215
216 .if ${MACHINE_ARCH} == "ia64"
217 SUBDIR+=acpi \
218         zzz
219 .endif
220
221 # kgmon: builds, but no kernel profiling
222 # kgzip: builds, but missing support files
223 # mptable: broken (not 64 bit clean)
224 # pnpinfo: crashes (not really useful anyway)
225 .if ${MACHINE_ARCH} == "amd64"
226 SUBDIR+=acpi \
227         asf \
228         boot0cfg \
229         btxld \
230         lptcontrol \
231         mount_nwfs \
232         mount_smbfs \
233         mptable \
234         sicontrol \
235         spkrtest \
236         zzz
237 .endif
238
239 .if ${MACHINE} == "i386"
240 SUBDIR+=boot0cfg
241 .endif
242
243 .if ${MACHINE} == "pc98"
244 SUBDIR+=boot98cfg
245 .endif
246
247 .if ${MACHINE_ARCH} == "sparc64"
248 SUBDIR+=ofwdump
249 .endif
250
251 .if !defined(NOCRYPT) && !defined(NO_OPENSSL)
252 SUBDIR+=keyserv
253 .endif
254
255 .include <bsd.subdir.mk>