Deleted Added
full compact
Makefile (253790) Makefile (253825)
1# $FreeBSD: head/sys/modules/Makefile 253790 2013-07-30 02:26:06Z rpaulo $
1# $FreeBSD: head/sys/modules/Makefile 253825 2013-07-31 01:13:29Z jhibbits $
2
3.include <bsd.own.mk>
4
5# Modules that include binary-only blobs of microcode should be selectable by
6# MK_SOURCELESS_UCODE option (see below).
7
8SUBDIR= \
9 ${_3dfx} \

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

821_exca= exca
822_nvram= powermac_nvram
823_pccard= pccard
824_smbfs= smbfs
825_sound= sound
826.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
827_opensolaris= opensolaris
828.endif
2
3.include <bsd.own.mk>
4
5# Modules that include binary-only blobs of microcode should be selectable by
6# MK_SOURCELESS_UCODE option (see below).
7
8SUBDIR= \
9 ${_3dfx} \

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

821_exca= exca
822_nvram= powermac_nvram
823_pccard= pccard
824_smbfs= smbfs
825_sound= sound
826.if ${MK_CDDL} != "no" || defined(ALL_MODULES)
827_opensolaris= opensolaris
828.endif
829_wi= wi
829.endif
830
831.if ${MACHINE_ARCH} == "powerpc64"
832.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
833_zfs= zfs
834.endif
835.endif
836

--- 35 unchanged lines hidden ---
830.endif
831
832.if ${MACHINE_ARCH} == "powerpc64"
833.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
834_zfs= zfs
835.endif
836.endif
837

--- 35 unchanged lines hidden ---