Deleted Added
full compact
Makefile (182897) Makefile (182912)
1# $FreeBSD: head/sys/modules/Makefile 182897 2008-09-09 22:32:30Z rpaulo $
1# $FreeBSD: head/sys/modules/Makefile 182912 2008-09-10 18:36:58Z jhb $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_dns \

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

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

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

229 ${_rdma} \
230 re \
231 reiserfs \
232 rl \
233 rue \
234 rum \
235 ${_s3} \
236 ${_safe} \
237 ${_sbni} \
237 scc \
238 scd \
239 ${_scsi_low} \
240 sem \
241 sf \
242 sis \
243 sk \
244 ${_smbfs} \

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

416_opensolaris= opensolaris
417.endif
418_pccard= pccard
419_pcfclock= pcfclock
420_pst= pst
421_ray= ray
422_rdma= rdma
423_safe= safe
238 scc \
239 scd \
240 ${_scsi_low} \
241 sem \
242 sf \
243 sis \
244 sk \
245 ${_smbfs} \

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

417_opensolaris= opensolaris
418.endif
419_pccard= pccard
420_pcfclock= pcfclock
421_pst= pst
422_ray= ray
423_rdma= rdma
424_safe= safe
425_sbni= sbni
424_scsi_low= scsi_low
425_smbfs= smbfs
426_sound= sound
427_speaker= speaker
428_splash= splash
429_sppp= sppp
430_sr= sr
431_stg= stg

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

569.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
570_zfs= zfs
571.endif
572.endif
573
574.if ${MACHINE_ARCH} == "ia64"
575# Modules not enabled on ia64 (as compared to i386) include:
576# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv
426_scsi_low= scsi_low
427_smbfs= smbfs
428_sound= sound
429_speaker= speaker
430_splash= splash
431_sppp= sppp
432_sr= sr
433_stg= stg

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

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

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

--- 74 unchanged lines hidden ---