Deleted Added
full compact
Makefile (212420) Makefile (214603)
1# $FreeBSD: head/sys/modules/Makefile 212420 2010-09-10 15:03:56Z ken $
1# $FreeBSD: head/sys/modules/Makefile 214603 2010-10-31 18:27:05Z nwhitehorn $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_dns \

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

626_streams= streams
627_tpm= tpm
628_twa= twa
629_wi= wi
630_xe= xe
631.endif
632
633.if ${MACHINE_CPUARCH} == "powerpc"
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_dns \

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

626_streams= streams
627_tpm= tpm
628_twa= twa
629_wi= wi
630_xe= xe
631.endif
632
633.if ${MACHINE_CPUARCH} == "powerpc"
634_agp= agp
634_an= an
635_bm= bm
636_cpufreq= cpufreq
637_nvram= powermac_nvram
638_smbfs= smbfs
639_sound= sound
640.endif
641

--- 44 unchanged lines hidden ---
635_an= an
636_bm= bm
637_cpufreq= cpufreq
638_nvram= powermac_nvram
639_smbfs= smbfs
640_sound= sound
641.endif
642

--- 44 unchanged lines hidden ---