summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
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