Deleted Added
full compact
Makefile (160762) Makefile (160892)
1# $FreeBSD: head/sys/modules/Makefile 160762 2006-07-27 19:12:49Z marcel $
1# $FreeBSD: head/sys/modules/Makefile 160892 2006-08-01 22:19:01Z sobomax $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

185 ${_pcfclock} \
186 pcn \
187 ${_pecoff} \
188 ${_pf} \
189 ${_pflog} \
190 plip \
191 ${_pmc} \
192 portalfs \
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

185 ${_pcfclock} \
186 pcn \
187 ${_pecoff} \
188 ${_pf} \
189 ${_pflog} \
190 plip \
191 ${_pmc} \
192 portalfs \
193 ${_powermac_nvram} \
193 ppbus \
194 ppc \
195 ppi \
196 pps \
197 procfs \
198 pseudofs \
199 ${_pst} \
200 puc \

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

516_wi= wi
517_xe= xe
518.endif
519
520.if ${MACHINE_ARCH} == "powerpc"
521_an= an
522_ath_hal= ath_hal
523_gem= gem
194 ppbus \
195 ppc \
196 ppi \
197 pps \
198 procfs \
199 pseudofs \
200 ${_pst} \
201 puc \

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

517_wi= wi
518_xe= xe
519.endif
520
521.if ${MACHINE_ARCH} == "powerpc"
522_an= an
523_ath_hal= ath_hal
524_gem= gem
525_powermac_nvram= powermac_nvram
524_smbfs= smbfs
525.endif
526
527.if ${MACHINE_ARCH} == "sparc64"
528_ath_hal= ath_hal
529_auxio= auxio
530_em= em
531_gem= gem

--- 23 unchanged lines hidden ---
526_smbfs= smbfs
527.endif
528
529.if ${MACHINE_ARCH} == "sparc64"
530_ath_hal= ath_hal
531_auxio= auxio
532_em= em
533_gem= gem

--- 23 unchanged lines hidden ---