Module Name:    src
Committed By:   haad
Date:           Fri Oct  9 00:26:53 UTC 2009

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Enable MKZFS for i386 and amd64 so zfs tools and modules will be included in
a daily builds and anyone can test zfs for NetBSD easier.


To generate a diff of this commit:
cvs rdiff -u -r1.585 -r1.586 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.585 src/share/mk/bsd.own.mk:1.586
--- src/share/mk/bsd.own.mk:1.585	Mon Oct  5 22:32:58 2009
+++ src/share/mk/bsd.own.mk	Fri Oct  9 00:26:53 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.585 2009/10/05 22:32:58 haad Exp $
+#	$NetBSD: bsd.own.mk,v 1.586 2009/10/09 00:26:53 haad Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -701,7 +701,7 @@
 #
 .for var in \
 	MKCRYPTO_IDEA MKCRYPTO_MDC2 MKCRYPTO_RC5 MKDEBUG MKDEBUGLIB \
-	MKLVM MKZFS \
+	MKLVM \
 	MKMANZ MKOBJDIRS \
 	MKPCC MKPCCCMDS \
 	MKSOFTFLOAT MKSTRIPIDENT \
@@ -726,6 +726,15 @@
 .endif
 
 #
+# We want to build zfs only for i386 and amd64 by default for now.
+#
+.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
+MKZFS?=		yes
+.else
+MKZFS?=		no
+.endif
+
+#
 # Force some options off if their dependencies are off.
 #
 

Reply via email to