Ignore machine-check MSRs
[freebsd-src/fkvm-freebsd.git] / usr.sbin / Makefile
blob44ccefb08d1041bb5884c9289e6b147449839c26
1 # From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2 # $FreeBSD$
4 .include <bsd.own.mk>
6 # XXX MISSING: mkproto
7 SUBDIR= ac \
8 accton \
9 ${_acpi} \
10 adduser \
11 amd \
12 ancontrol \
13 ${_apm} \
14 ${_apmd} \
15 arp \
16 ${_asf} \
17 ${_atm} \
18 ${_audit} \
19 ${_auditd} \
20 ${_auditreduce} \
21 ${_authpf} \
22 ${_bluetooth} \
23 ${_boot0cfg} \
24 ${_boot98cfg} \
25 bootparamd \
26 bsnmpd \
27 ${_btxld} \
28 burncd \
29 cdcontrol \
30 chkgrp \
31 chown \
32 chroot \
33 ckdist \
34 clear_locks \
35 config \
36 ${_cpucontrol} \
37 crashinfo \
38 cron \
39 crunch \
40 ctm \
41 daemon \
42 dconschat \
43 devinfo \
44 digictl \
45 diskinfo \
46 ${_dnssec-keygen} \
47 ${_dnssec-signzone} \
48 ${_editmap} \
49 edquota \
50 ${_eeprom} \
51 extattr \
52 extattrctl \
53 ${_faithd} \
54 fdcontrol \
55 fdformat \
56 fdread \
57 fdwrite \
58 fifolog \
59 flowctl \
60 freebsd-update \
61 ${_ftp-proxy} \
62 fwcontrol \
63 getfmac \
64 getpmac \
65 gstat \
66 ifmcstat \
67 inetd \
68 iostat \
69 ${_ip6addrctl} \
70 ipfwpcap \
71 ${_IPXrouted} \
72 jail \
73 jexec \
74 jls \
75 kbdcontrol \
76 kbdmap \
77 ${_keyserv} \
78 ${_kgmon} \
79 ${_kgzip} \
80 kldxref \
81 lastlogin \
82 lmcconfig \
83 ${_lpr} \
84 ${_lptcontrol} \
85 ${_mailstats} \
86 mailwrapper \
87 ${_makemap} \
88 manctl \
89 memcontrol \
90 mergemaster \
91 mixer \
92 ${_mld6query} \
93 mlxcontrol \
94 mountd \
95 ${_mount_nwfs} \
96 mount_portalfs \
97 ${_mount_smbfs} \
98 moused \
99 ${_mptable} \
100 mtest \
101 mtree \
102 ${_named} \
103 ${_named-checkconf} \
104 ${_named-checkzone} \
105 ${_named.reload} \
106 ${_ndiscvt} \
107 ${_ndp} \
108 newsyslog \
109 nfsd \
110 ngctl \
111 nghook \
112 nologin \
113 ${_nscd} \
114 ntp \
115 ${_nvram} \
116 ${_ofwdump} \
117 pccard \
118 pciconf \
119 periodic \
120 pkg_install \
121 pmccontrol \
122 pmcstat \
123 ${_pnpinfo} \
124 portsnap \
125 powerd \
126 ppp \
127 ${_pppctl} \
128 pppd \
129 pppstats \
130 ${_praliases} \
131 ${_praudit} \
132 procctl \
133 pstat \
134 pw \
135 pwd_mkdb \
136 quot \
137 quotaon \
138 rarpd \
139 raycontrol \
140 repquota \
141 ${_rip6query} \
142 rmt \
143 ${_rndc} \
144 ${_rndc-confgen} \
145 ${_route6d} \
146 rpcbind \
147 rpc.lockd \
148 rpc.statd \
149 rpc.umntall \
150 ${_rpc.yppasswdd} \
151 ${_rpc.ypupdated} \
152 ${_rpc.ypxfrd} \
153 ${_rrenumd} \
154 ${_rtadvd} \
155 rtprio \
156 ${_rtsold} \
157 rwhod \
158 sa \
159 ${_sade} \
160 ${_sendmail} \
161 setfib \
162 setfmac \
163 setpmac \
164 ${_sicontrol} \
165 sliplogin \
166 slstat \
167 smbmsg \
168 snapinfo \
169 ${_spkrtest} \
170 spray \
171 ${_sysinstall} \
172 syslogd \
173 tcpdchk \
174 tcpdmatch \
175 tcpdrop \
176 tcpdump \
177 timed \
178 traceroute \
179 ${_traceroute6} \
180 trpt \
181 tzsetup \
182 ugidfw \
183 ${_usbdevs} \
184 vidcontrol \
185 vipw \
186 watch \
187 watchdogd \
188 wlandebug \
189 ${_wlconfig} \
190 wpa \
191 ${_ypbind} \
192 ${_yp_mkdb} \
193 ${_yppoll} \
194 ${_yppush} \
195 ${_ypserv} \
196 ${_ypset} \
197 zic \
198 ${_zzz}
200 .if ${MACHINE_ARCH} != "arm"
201 _sysinstall= sysinstall
202 .endif
204 .if ${MK_AUDIT} != "no"
205 _audit= audit
206 _auditd= auditd
207 _auditreduce= auditreduce
208 _praudit= praudit
209 .endif
211 .if ${MK_BIND_DNSSEC} != "no" && ${MK_OPENSSL} != "no"
212 _dnssec-keygen= dnssec-keygen
213 _dnssec-signzone= dnssec-signzone
214 .endif
215 .if ${MK_BIND_NAMED} != "no"
216 _named= named
217 _named-checkconf= named-checkconf
218 _named-checkzone= named-checkzone
219 _named.reload= named.reload
220 _rndc= rndc
221 _rndc-confgen= rndc-confgen
222 .endif
224 .if ${MK_BLUETOOTH} != "no"
225 _bluetooth= bluetooth
226 .endif
228 .if ${MK_OPENSSL} != "no"
229 _keyserv= keyserv
230 .endif
232 .if ${MK_PF} != "no"
233 _ftp-proxy= ftp-proxy
234 .endif
236 .if ${MK_INET6} != "no"
237 _faithd= faithd
238 _ip6addrctl= ip6addrctl
239 _mld6query= mld6query
240 _ndp= ndp
241 _rip6query= rip6query
242 _route6d= route6d
243 _rrenumd= rrenumd
244 _rtadvd= rtadvd
245 _rtsold= rtsold
246 _traceroute6= traceroute6
247 .endif
249 .if ${MK_IPX} != "no"
250 _IPXrouted= IPXrouted
251 .endif
253 .if ${MK_NIS} != "no"
254 _rpc.yppasswdd= rpc.yppasswdd
255 _rpc.ypupdated= rpc.ypupdated
256 _rpc.ypxfrd= rpc.ypxfrd
257 _ypbind= ypbind
258 _yp_mkdb= yp_mkdb
259 _yppoll= yppoll
260 _yppush= yppush
261 _ypserv= ypserv
262 _ypset= ypset
263 .endif
265 .if ${MK_AUTHPF} != "no"
266 _authpf= authpf
267 .endif
269 .if ${MK_LIBTHR} != "no"
270 _pppctl= pppctl
271 .endif
273 .if ${MK_LPR} != "no"
274 _lpr= lpr
275 .endif
277 .if ${MK_NS_CACHING} != "no"
278 .if ${MK_LIBTHR} != "no"
279 _nscd= nscd
280 .endif
281 .endif
283 .if ${MK_SENDMAIL} != "no"
284 _editmap= editmap
285 _mailstats= mailstats
286 _makemap= makemap
287 _praliases= praliases
288 _sendmail= sendmail
289 .endif
291 .if ${MK_USB} != "no"
292 _usbdevs= usbdevs
293 .endif
295 .if ${MACHINE_ARCH} == "arm"
296 _kgmon= kgmon
297 .endif
299 .if ${MACHINE_ARCH} == "i386"
300 _apm= apm
301 _apmd= apmd
302 _asf= asf
303 _btxld= btxld
304 _cpucontrol= cpucontrol
305 _kgmon= kgmon
306 _kgzip= kgzip
307 _lptcontrol= lptcontrol
308 .if ${MK_NCP} != "no"
309 _mount_nwfs= mount_nwfs
310 .endif
311 _mount_smbfs= mount_smbfs
312 _mptable= mptable
313 _ndiscvt= ndiscvt
314 _pnpinfo= pnpinfo
315 _sade= sade
316 _sicontrol= sicontrol
317 _spkrtest= spkrtest
318 _zzz= zzz
319 .if ${MACHINE} == "i386"
320 .if ${MK_ACPI} != "no"
321 _acpi= acpi
322 .endif
323 _boot0cfg= boot0cfg
324 _wlconfig= wlconfig
325 .elif ${MACHINE} == "pc98"
326 _boot98cfg= boot98cfg
327 .endif
328 .endif
330 # kgzip: builds, but missing support files
331 # mptable: broken (not 64 bit clean)
332 # pnpinfo: crashes (not really useful anyway)
333 .if ${MACHINE_ARCH} == "amd64"
334 .if ${MK_ACPI} != "no"
335 _acpi= acpi
336 .endif
337 _asf= asf
338 _boot0cfg= boot0cfg
339 _btxld= btxld
340 _cpucontrol= cpucontrol
341 _kgmon= kgmon
342 _lptcontrol= lptcontrol
343 .if ${MK_NCP} != "no"
344 _mount_nwfs= mount_nwfs
345 .endif
346 _mount_smbfs= mount_smbfs
347 _mptable= mptable
348 _ndiscvt= ndiscvt
349 _sade= sade
350 _sicontrol= sicontrol
351 _spkrtest= spkrtest
352 _zzz= zzz
353 .endif
355 .if ${MACHINE_ARCH} == "ia64"
356 .if ${MK_ACPI} != "no"
357 _acpi= acpi
358 .endif
359 _kgmon= kgmon
360 _mount_smbfs= mount_smbfs
361 _zzz= zzz
362 .endif
364 .if ${MACHINE_ARCH} == "powerpc"
365 _mount_smbfs= mount_smbfs
366 _nvram= nvram
367 _ofwdump= ofwdump
368 .endif
370 .if ${MACHINE_ARCH} == "sparc64"
371 _eeprom= eeprom
372 _ofwdump= ofwdump
373 _sade= sade
374 .endif
376 .include <bsd.subdir.mk>