Module Name: src
Committed By: tron
Date: Thu Dec 3 15:57:18 UTC 2009
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Add "MKZFS" to either "_MKVARS.yes" or "_MKVARS.no" depending on the
default of this platform. This fixed the build for NetBSD/amd64
and NetBSD/i386.
Yes, this horrible. There should be a better way to handle these
settings in general.
To generate a diff of this commit:
cvs rdiff -u -r1.600 -r1.601 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.600 src/share/mk/bsd.own.mk:1.601
--- src/share/mk/bsd.own.mk:1.600 Wed Dec 2 14:11:20 2009
+++ src/share/mk/bsd.own.mk Thu Dec 3 15:57:18 2009
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.600 2009/12/02 14:11:20 uebayasi Exp $
+# $NetBSD: bsd.own.mk,v 1.601 2009/12/03 15:57:18 tron Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -725,8 +725,10 @@
#
.if ${MACHINE} == "amd64" || ${MACHINE} == "i386"
MKZFS?= yes
+_MKVARS.yes+= MKZFS
.else
MKZFS?= no
+_MKVARS.no+= MKZFS
.endif
#