Deleted Added
full compact
Makefile (180261) Makefile (180265)
1# $FreeBSD: head/sys/modules/Makefile 180261 2008-07-04 19:13:15Z jhb $
1# $FreeBSD: head/sys/modules/Makefile 180265 2008-07-04 21:06:57Z jhb $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

231 re \
232 reiserfs \
233 rl \
234 rp \
235 rue \
236 rum \
237 ${_s3} \
238 ${_safe} \
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

231 re \
232 reiserfs \
233 rl \
234 rp \
235 rue \
236 rum \
237 ${_s3} \
238 ${_safe} \
239 ${_sbni} \
240 sbsh \
241 scc \
242 scd \
243 ${_scsi_low} \
244 sem \
245 sf \
246 ${_sio} \
247 sis \

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

421_opensolaris= opensolaris
422.endif
423_pccard= pccard
424_pcfclock= pcfclock
425_pst= pst
426_ray= ray
427_rdma= rdma
428_safe= safe
239 sbsh \
240 scc \
241 scd \
242 ${_scsi_low} \
243 sem \
244 sf \
245 ${_sio} \
246 sis \

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

420_opensolaris= opensolaris
421.endif
422_pccard= pccard
423_pcfclock= pcfclock
424_pst= pst
425_ray= ray
426_rdma= rdma
427_safe= safe
429_sbni= sbni
430_scsi_low= scsi_low
431_sio= sio
432_smbfs= smbfs
433_sound= sound
434_speaker= speaker
435_splash= splash
436_sppp= sppp
437_sr= sr

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

574.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
575_zfs= zfs
576.endif
577.endif
578
579.if ${MACHINE_ARCH} == "ia64"
580# Modules not enabled on ia64 (as compared to i386) include:
581# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv
428_scsi_low= scsi_low
429_sio= sio
430_smbfs= smbfs
431_sound= sound
432_speaker= speaker
433_splash= splash
434_sppp= sppp
435_sr= sr

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

572.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
573_zfs= zfs
574.endif
575.endif
576
577.if ${MACHINE_ARCH} == "ia64"
578# Modules not enabled on ia64 (as compared to i386) include:
579# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv
582# nsp s3 sbni stg vesa
580# nsp s3 stg vesa
583# acpi is not enabled because it is broken as a module on ia64
584_aic= aic
585#_ar= ar not 64-bit clean
586_an= an
587_arcnet= arcnet
588_asr= asr
589_bktr= bktr
590_cardbus= cardbus

--- 72 unchanged lines hidden ---
581# acpi is not enabled because it is broken as a module on ia64
582_aic= aic
583#_ar= ar not 64-bit clean
584_an= an
585_arcnet= arcnet
586_asr= asr
587_bktr= bktr
588_cardbus= cardbus

--- 72 unchanged lines hidden ---