Deleted Added
full compact
Makefile (149873) Makefile (150314)
1# $FreeBSD: head/sys/modules/Makefile 149873 2005-09-08 03:29:18Z scottl $
1# $FreeBSD: head/sys/modules/Makefile 150314 2005-09-19 08:13:43Z imura $
2
3# oldcard -- specialized use for debugging only.
4# owi -- totally unsupported for debugging only.
5
6SUBDIR= ${_3dfx} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

484#_sr= sr not 64bit clean
485_streams= streams
486_wi= wi
487_xe= xe
488.endif
489
490.if ${MACHINE_ARCH} == "powerpc"
491_gem= gem
2
3# oldcard -- specialized use for debugging only.
4# owi -- totally unsupported for debugging only.
5
6SUBDIR= ${_3dfx} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

484#_sr= sr not 64bit clean
485_streams= streams
486_wi= wi
487_xe= xe
488.endif
489
490.if ${MACHINE_ARCH} == "powerpc"
491_gem= gem
492_smbfs= smbfs
492.endif
493
494.if ${MACHINE_ARCH} == "sparc64"
495_auxio= auxio
496_gem= gem
497_sound= sound
498.endif
499

--- 19 unchanged lines hidden ---
493.endif
494
495.if ${MACHINE_ARCH} == "sparc64"
496_auxio= auxio
497_gem= gem
498_sound= sound
499.endif
500

--- 19 unchanged lines hidden ---