Deleted Added
full compact
Makefile (125279) Makefile (126756)
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
1# From: @(#)Makefile 5.20 (Berkeley) 6/12/93
2# $FreeBSD: head/usr.sbin/Makefile 125279 2004-01-31 22:18:09Z deischen $
2# $FreeBSD: head/usr.sbin/Makefile 126756 2004-03-08 22:03:29Z mlaier $
3
4# XXX MISSING: mkproto
5SUBDIR= ac \
6 accton \
7 ${_acpi} \
8 adduser \
9 amd \
10 ancontrol \
11 ${_apm} \
12 ${_apmd} \
13 arp \
14 ${_asf} \
15 ${_atm} \
3
4# XXX MISSING: mkproto
5SUBDIR= ac \
6 accton \
7 ${_acpi} \
8 adduser \
9 amd \
10 ancontrol \
11 ${_apm} \
12 ${_apmd} \
13 arp \
14 ${_asf} \
15 ${_atm} \
16 ${_authpf} \
16 ${_bluetooth} \
17 ${_boot0cfg} \
18 ${_boot98cfg} \
19 bootparamd \
20 bsnmpd \
21 ${_btxld} \
22 burncd \
23 cdcontrol \

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

210
211.if !defined(NO_IPFILTER)
212_ipftest= ipftest
213_ipresend= ipresend
214_ipsend= ipsend
215_iptest= iptest
216.endif
217
17 ${_bluetooth} \
18 ${_boot0cfg} \
19 ${_boot98cfg} \
20 bootparamd \
21 bsnmpd \
22 ${_btxld} \
23 burncd \
24 cdcontrol \

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

211
212.if !defined(NO_IPFILTER)
213_ipftest= ipftest
214_ipresend= ipresend
215_ipsend= ipsend
216_iptest= iptest
217.endif
218
219.if !defined(NO_PF) && !defined(NO_AUTHPF)
220_authpf= authpf
221.endif
222
218.if !defined(NO_LPR)
219_lpr= lpr
220.endif
221
222.if !defined(NO_SENDMAIL)
223_editmap= editmap
224_mailstats= mailstats
225_makemap= makemap

--- 100 unchanged lines hidden ---
223.if !defined(NO_LPR)
224_lpr= lpr
225.endif
226
227.if !defined(NO_SENDMAIL)
228_editmap= editmap
229_mailstats= mailstats
230_makemap= makemap

--- 100 unchanged lines hidden ---