Deleted Added
full compact
Makefile (192991) Makefile (193156)
1# $FreeBSD: head/sys/modules/Makefile 192991 2009-05-28 19:45:11Z rmacklem $
1# $FreeBSD: head/sys/modules/Makefile 193156 2009-05-31 09:01:23Z nwhitehorn $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_dns \

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

571_streams= streams
572_wi= wi
573_xe= xe
574.endif
575
576.if ${MACHINE_ARCH} == "powerpc"
577_an= an
578_bm= bm
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_dns \

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

571_streams= streams
572_wi= wi
573_xe= xe
574.endif
575
576.if ${MACHINE_ARCH} == "powerpc"
577_an= an
578_bm= bm
579_cpufreq= cpufreq
579_nvram= powermac_nvram
580_smbfs= smbfs
581_sound= sound
582.endif
583
584.if ${MACHINE_ARCH} == "sparc64"
585_auxio= auxio
586_em= em

--- 30 unchanged lines hidden ---
580_nvram= powermac_nvram
581_smbfs= smbfs
582_sound= sound
583.endif
584
585.if ${MACHINE_ARCH} == "sparc64"
586_auxio= auxio
587_em= em

--- 30 unchanged lines hidden ---