Deleted Added
full compact
Makefile (180257) Makefile (180259)
1# $FreeBSD: head/sys/modules/Makefile 180257 2008-07-04 18:15:36Z jhb $
1# $FreeBSD: head/sys/modules/Makefile 180259 2008-07-04 18:58:53Z jhb $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

199 ${_nsp} \
200 ntfs \
201 ntfs_iconv \
202 nullfs \
203 ${_nve} \
204 ${_nvram} \
205 ${_nwfs} \
206 ${_nxge} \
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_3dfx} \
6 ${_3dfx_linux} \
7 ${_aac} \
8 accf_data \
9 accf_http \

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

199 ${_nsp} \
200 ntfs \
201 ntfs_iconv \
202 nullfs \
203 ${_nve} \
204 ${_nvram} \
205 ${_nwfs} \
206 ${_nxge} \
207 ${_oltr} \
208 ${_opensolaris} \
209 ${_padlock} \
210 patm \
211 ${_pccard} \
212 ${_pcfclock} \
213 pcn \
214 ${_pf} \
215 ${_pflog} \

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

414_ncp= ncp
415.endif
416_ncv= ncv
417_ndis= ndis
418_nsp= nsp
419.if ${MK_NCP} != "no"
420_nwfs= nwfs
421.endif
207 ${_opensolaris} \
208 ${_padlock} \
209 patm \
210 ${_pccard} \
211 ${_pcfclock} \
212 pcn \
213 ${_pf} \
214 ${_pflog} \

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

413_ncp= ncp
414.endif
415_ncv= ncv
416_ndis= ndis
417_nsp= nsp
418.if ${MK_NCP} != "no"
419_nwfs= nwfs
420.endif
422_oltr= oltr
423.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
424_opensolaris= opensolaris
425.endif
426_pccard= pccard
427_pcfclock= pcfclock
428_pst= pst
429_ray= ray
430_rdma= rdma

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

578.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
579_zfs= zfs
580.endif
581.endif
582
583.if ${MACHINE_ARCH} == "ia64"
584# Modules not enabled on ia64 (as compared to i386) include:
585# aac acpi aout apm atspeaker drm ibcs2 linprocfs linux ncv
421.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
422_opensolaris= opensolaris
423.endif
424_pccard= pccard
425_pcfclock= pcfclock
426_pst= pst
427_ray= ray
428_rdma= rdma

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

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

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

--- 72 unchanged lines hidden ---