From 170e632d642afcedd747a3c8bdf45f63d1a36f53 Mon Sep 17 00:00:00 2001 From: pjd Date: Fri, 6 Apr 2007 02:13:30 +0000 Subject: Connect ZFS to the build. --- sys/modules/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys') 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 -- cgit v1.1