summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2007-04-07 19:12:10 +0000
committerdes <des@FreeBSD.org>2007-04-07 19:12:10 +0000
commitfa363796e10eb07401547e08fb423ac499770b38 (patch)
tree46d7e92ef7f39b4d7df7f7aeaa9b35a9b0eb880b /sys/modules
parent494d7fa59183a13df1c40639cbb435206f6886f0 (diff)
downloadFreeBSD-src-fa363796e10eb07401547e08fb423ac499770b38.zip
FreeBSD-src-fa363796e10eb07401547e08fb423ac499770b38.tar.gz
Build ZFS on amd64 and pc98.
Approved by: pjd@
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 360d38b..66b1e9b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -406,6 +406,9 @@ _stg= stg
_streams= streams
_wi= wi
_xe= xe
+.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
+_zfs= zfs
+.endif
.if ${MACHINE} == "i386"
_aac= aac
_acpi= acpi
@@ -445,9 +448,6 @@ _rr232x= rr232x
_s3= s3
_twa= twa
_vesa= vesa
-.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
-_zfs= zfs
-.endif
.elif ${MACHINE} == "pc98"
_canbepm= canbepm
_canbus= canbus
@@ -505,6 +505,9 @@ _speaker= speaker
_sppp= sppp
_twa= twa
_wi= wi
+.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
+_zfs= zfs
+.endif
.endif
.if ${MACHINE_ARCH} == "ia64"
OpenPOWER on IntegriCloud