Module Name: src Committed By: haad Date: Sat Feb 27 22:42:54 UTC 2010
Modified Files: src/share/mk: bsd.own.mk Log Message: As a preparation for zfs sources update disable MKZFS for some time. To generate a diff of this commit: cvs rdiff -u -r1.618 -r1.619 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.618 src/share/mk/bsd.own.mk:1.619 --- src/share/mk/bsd.own.mk:1.618 Sun Feb 21 01:48:03 2010 +++ src/share/mk/bsd.own.mk Sat Feb 27 22:42:54 2010 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.618 2010/02/21 01:48:03 darran Exp $ +# $NetBSD: bsd.own.mk,v 1.619 2010/02/27 22:42:54 haad Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -675,7 +675,7 @@ # We want to build zfs only for i386 and amd64 by default for now. # .if ${MACHINE} == "amd64" || ${MACHINE} == "i386" -MKZFS?= yes +MKZFS?= no .endif #