summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 53daa78..360d38b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -302,6 +302,7 @@ SUBDIR= ${_3dfx} \
${_xe} \
xfs \
xl \
+ ${_zfs} \
zlib
.if ${MACHINE_ARCH} != "powerpc"
@@ -444,6 +445,9 @@ _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
OpenPOWER on IntegriCloud