Deleted Added
full compact
Makefile (156071) Makefile (156260)
1# $FreeBSD: head/sys/modules/Makefile 156071 2006-02-27 16:50:51Z wkoszek $
1# $FreeBSD: head/sys/modules/Makefile 156260 2006-03-03 21:37:38Z yar $
2
3SUBDIR= ${_3dfx} \
2
3SUBDIR= ${_3dfx} \
4 ${_3dfx_linux} \
4 ${_aac} \
5 accf_data \
6 accf_http \
7 ${_acpi} \
8 ${_agp} \
9 aha \
10 ${_ahb} \
11 ${_aic} \

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

312_pf= pf
313_pflog= pflog
314.endif
315
316.if ${MACHINE_ARCH} == "i386"
317# XXX some of these can move to the general case when de-i386'ed
318# XXX some of these can move now, but are untested on other architectures.
319_3dfx= 3dfx
5 ${_aac} \
6 accf_data \
7 accf_http \
8 ${_acpi} \
9 ${_agp} \
10 aha \
11 ${_ahb} \
12 ${_aic} \

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

313_pf= pf
314_pflog= pflog
315.endif
316
317.if ${MACHINE_ARCH} == "i386"
318# XXX some of these can move to the general case when de-i386'ed
319# XXX some of these can move now, but are untested on other architectures.
320_3dfx= 3dfx
321_3dfx_linux= 3dfx_linux
320_agp= agp
321_aic= aic
322_amd= amd
323_an= an
324_aout= aout
325_apm= apm
326_ar= ar
327_arcnet= arcnet

--- 210 unchanged lines hidden ---
322_agp= agp
323_aic= aic
324_amd= amd
325_an= an
326_aout= aout
327_apm= apm
328_ar= ar
329_arcnet= arcnet

--- 210 unchanged lines hidden ---