Deleted Added
full compact
Makefile (155159) Makefile (155337)
1# $FreeBSD: head/sys/modules/Makefile 155159 2006-01-31 23:11:35Z rik $
1# $FreeBSD: head/sys/modules/Makefile 155337 2006-02-05 17:17:32Z mlaier $
2
3SUBDIR= ${_3dfx} \
4 ${_aac} \
5 accf_data \
6 accf_http \
7 ${_acpi} \
8 ${_agp} \
9 aha \

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

175 ${_osf1} \
176 ${_padlock} \
177 patm \
178 ${_pccard} \
179 ${_pcfclock} \
180 pcn \
181 ${_pecoff} \
182 ${_pf} \
2
3SUBDIR= ${_3dfx} \
4 ${_aac} \
5 accf_data \
6 accf_http \
7 ${_acpi} \
8 ${_agp} \
9 aha \

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

175 ${_osf1} \
176 ${_padlock} \
177 patm \
178 ${_pccard} \
179 ${_pcfclock} \
180 pcn \
181 ${_pecoff} \
182 ${_pf} \
183 ${_pflog} \
183 plip \
184 ${_pmc} \
185 portalfs \
186 ppbus \
187 ppi \
188 pps \
189 procfs \
190 pseudofs \

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

302.endif
303
304.if !defined(NO_IPFILTER) || defined(ALL_MODULES)
305_ipfilter= ipfilter
306.endif
307
308.if !defined(NO_PF) || defined(ALL_MODULES)
309_pf= pf
184 plip \
185 ${_pmc} \
186 portalfs \
187 ppbus \
188 ppi \
189 pps \
190 procfs \
191 pseudofs \

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

303.endif
304
305.if !defined(NO_IPFILTER) || defined(ALL_MODULES)
306_ipfilter= ipfilter
307.endif
308
309.if !defined(NO_PF) || defined(ALL_MODULES)
310_pf= pf
311_pflog= pflog
310.endif
311
312.if ${MACHINE_ARCH} == "i386"
313# XXX some of these can move to the general case when de-i386'ed
314# XXX some of these can move now, but are untested on other architectures.
315_3dfx= 3dfx
316_agp= agp
317_aic= aic

--- 210 unchanged lines hidden ---
312.endif
313
314.if ${MACHINE_ARCH} == "i386"
315# XXX some of these can move to the general case when de-i386'ed
316# XXX some of these can move now, but are untested on other architectures.
317_3dfx= 3dfx
318_agp= agp
319_aic= aic

--- 210 unchanged lines hidden ---