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