Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Fix the setting of MKZFS for amd64 and i386, so tha...



details:   https://anonhg.NetBSD.org/src/rev/3d67aa1c9d23
branches:  trunk
changeset: 752843:3d67aa1c9d23
user:      he <he%NetBSD.org@localhost>
date:      Mon Mar 08 09:32:18 2010 +0000

description:
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.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 203a75bdde7e -r 3d67aa1c9d23 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Mar 08 08:59:06 2010 +0000
+++ b/share/mk/bsd.own.mk       Mon Mar 08 09:32:18 2010 +0000
@@ -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
 
 #



Home | Main Index | Thread Index | Old Index