Module Name: src
Committed By: he
Date: Mon Mar 8 09:32:18 UTC 2010
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Fix the setting of MKZFS for amd64 and i386, so that the set lists
match up again, and it matches with the comment a few lines above.
To generate a diff of this commit:
cvs rdiff -u -r1.620 -r1.621 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.620 src/share/mk/bsd.own.mk:1.621
--- src/share/mk/bsd.own.mk:1.620 Tue Mar 2 20:49:18 2010
+++ src/share/mk/bsd.own.mk Mon Mar 8 09:32:18 2010
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.620 2010/03/02 20:49:18 darran Exp $
+# $NetBSD: bsd.own.mk,v 1.621 2010/03/08 09:32:18 he Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -679,7 +679,7 @@
# We want to build zfs only for i386 and amd64 by default for now.
#
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
-MKZFS?= no
+MKZFS?= yes
.endif
#