Deleted Added
full compact
Makefile (126423) Makefile (126756)
1# $FreeBSD: head/sys/modules/Makefile 126423 2004-03-01 02:34:49Z ticso $
1# $FreeBSD: head/sys/modules/Makefile 126756 2004-03-08 22:03:29Z mlaier $
2
3# pcic -- currently broken and being worked on out of tree.
4# oldcard -- specialized use for debugging only.
5# owi -- totally unsupported for debugging only.
6
7SUBDIR= ${_3dfx} \
8 ${_aac} \
9 accf_data \

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

149 ${_nwfs} \
150 ${_oltr} \
151 ${_osf1} \
152 patm \
153 ${_pccard} \
154 ${_pcfclock} \
155 pcn \
156 ${_pecoff} \
2
3# pcic -- currently broken and being worked on out of tree.
4# oldcard -- specialized use for debugging only.
5# owi -- totally unsupported for debugging only.
6
7SUBDIR= ${_3dfx} \
8 ${_aac} \
9 accf_data \

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

149 ${_nwfs} \
150 ${_oltr} \
151 ${_osf1} \
152 patm \
153 ${_pccard} \
154 ${_pcfclock} \
155 pcn \
156 ${_pecoff} \
157 ${_pf} \
158 ${_pflog} \
159 ${_pfsync} \
157 plip \
158 ${_pmc} \
159 portalfs \
160 ppbus \
161 ppi \
162 pps \
163 procfs \
164 pseudofs \

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

260_random= random
261.endif
262.endif
263
264.if !defined(NO_IPFILTER) || defined(ALL_MODULES)
265_ipfilter= ipfilter
266.endif
267
160 plip \
161 ${_pmc} \
162 portalfs \
163 ppbus \
164 ppi \
165 pps \
166 procfs \
167 pseudofs \

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

263_random= random
264.endif
265.endif
266
267.if !defined(NO_IPFILTER) || defined(ALL_MODULES)
268_ipfilter= ipfilter
269.endif
270
271.if !defined(NO_PF) || defined(ALL_MODULES)
272_pf= pf
273_pflog= pflog
274_pfsync= pfsync
275.endif
276
268.if ${MACHINE_ARCH} == "i386"
269# XXX some of these can move to the general case when de-i386'ed
270# XXX some of these can move now, but are untested on other architectures.
271_3dfx= 3dfx
272_agp= agp
273_aic= aic
274_amd= amd
275_aout= aout

--- 151 unchanged lines hidden ---
277.if ${MACHINE_ARCH} == "i386"
278# XXX some of these can move to the general case when de-i386'ed
279# XXX some of these can move now, but are untested on other architectures.
280_3dfx= 3dfx
281_agp= agp
282_aic= aic
283_amd= amd
284_aout= aout

--- 151 unchanged lines hidden ---