Deleted Added
full compact
Makefile (135380) Makefile (135549)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 135380 2004-09-17 12:02:22Z glebius $
2# $FreeBSD: head/usr.sbin/Makefile 135549 2004-09-21 19:01:48Z des $
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 \
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 \
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 \
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} \
39 ${_editmap} \
40 edquota \
41 ${_eeprom} \
42 ${_elf2exe} \
43 extattr \
44 extattrctl \
45 faithd \
46 fdcontrol \

--- 42 unchanged lines hidden (view full) ---

89 ${_mount_smbfs} \
90 moused \
91 ${_mptable} \
92 mrouted \
93 mtest \
94 mtree \
95 ${_named} \
96 ${_named.reload} \
41 ${_editmap} \
42 edquota \
43 ${_eeprom} \
44 ${_elf2exe} \
45 extattr \
46 extattrctl \
47 faithd \
48 fdcontrol \

--- 42 unchanged lines hidden (view full) ---

91 ${_mount_smbfs} \
92 moused \
93 ${_mptable} \
94 mrouted \
95 mtest \
96 mtree \
97 ${_named} \
98 ${_named.reload} \
97 ${_named.restart} \
98 ${_ndc} \
99 ${_named-checkconf} \
100 ${_named-checkzone} \
99 ${_ndiscvt} \
100 ndp \
101 newsyslog \
102 nfsd \
103 ngctl \
104 nghook \
105 nologin \
106 ${_nslookup} \

--- 17 unchanged lines hidden (view full) ---

124 pwd_mkdb \
125 quot \
126 quotaon \
127 rarpd \
128 raycontrol \
129 repquota \
130 ${_rip6query} \
131 rmt \
101 ${_ndiscvt} \
102 ndp \
103 newsyslog \
104 nfsd \
105 ngctl \
106 nghook \
107 nologin \
108 ${_nslookup} \

--- 17 unchanged lines hidden (view full) ---

126 pwd_mkdb \
127 quot \
128 quotaon \
129 rarpd \
130 raycontrol \
131 repquota \
132 ${_rip6query} \
133 rmt \
134 ${_rndc} \
135 ${_rndc-confgen} \
132 ${_route6d} \
133 rpcbind \
134 rpc.lockd \
135 rpc.statd \
136 rpc.umntall \
137 rpc.yppasswdd \
138 rpc.ypupdated \
139 rpc.ypxfrd \

--- 43 unchanged lines hidden (view full) ---

183 ${_zzz}
184
185.if ${MACHINE_ARCH} != "arm"
186_sysinstall= sysinstall
187.endif
188
189.if !defined(NOATM)
190_atm= atm
136 ${_route6d} \
137 rpcbind \
138 rpc.lockd \
139 rpc.statd \
140 rpc.umntall \
141 rpc.yppasswdd \
142 rpc.ypupdated \
143 rpc.ypxfrd \

--- 43 unchanged lines hidden (view full) ---

187 ${_zzz}
188
189.if ${MACHINE_ARCH} != "arm"
190_sysinstall= sysinstall
191.endif
192
193.if !defined(NOATM)
194_atm= atm
195#_bsnmpd= bsnmpd
191.endif
192
193.if !defined(NO_BIND)
196.endif
197
198.if !defined(NO_BIND)
194_named= named
195_named.reload= named.reload
196_named.restart= named.restart
197_ndc= ndc
198_nslookup= nslookup
199_nsupdate= nsupdate
199#_dnssec-keygen= dnssec-keygen
200#_dnssec-signzone= dnssec-signzone
201_named= named
202_named.reload= named.reload
203_named-checkconf= named-checkconf
204_named-checkzone= named-checkzone
205_rndc= rndc
206_rndc-confgen= rndc-confgen
200.endif
201
202.if !defined(NO_BLUETOOTH)
203_bluetooth= bluetooth
204.endif
205
206.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
207_keyserv= keyserv

--- 125 unchanged lines hidden ---
207.endif
208
209.if !defined(NO_BLUETOOTH)
210_bluetooth= bluetooth
211.endif
212
213.if !defined(NOCRYPT) && !defined(NO_OPENSSL)
214_keyserv= keyserv

--- 125 unchanged lines hidden ---