summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorhaad <haad@NetBSD.org>2009-10-05 22:32:58 +0000
committerhaad <haad@NetBSD.org>2009-10-05 22:32:58 +0000
commitfbd1c011171fa901d6b771e608e7cb7be281f2a0 (patch)
tree56ccbb33ffb29c1e28978f6c8c3921dd516c04dd /sys/modules
parent7b7a580067d5d8d9d12a9719ac1b02a5f4a3338d (diff)
Add zfs sets and needed veriables to hook zfs into the build. ZFS on i386
need still one fix othervise it should be ready for testing.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index e3669284880..2837645072a 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2009/10/02 18:50:12 elad Exp $
+# $NetBSD: Makefile,v 1.34 2009/10/05 22:32:58 haad Exp $
# For all platforms
@@ -102,4 +102,10 @@ SUBDIR+= viadrm
SUBDIR+= dm
.endif
+# we need solaris and zfs modules for ZFS
+.if (${MKZFS} != "no")
+SUBDIR+= solaris
+SUBDIR+= zfs
+.endif
+
.include <bsd.subdir.mk>