Module Name: src Committed By: haad Date: Sat Mar 13 17:07:28 UTC 2010
Modified Files: src/share/mk: bsd.own.mk Log Message: Enable MKZFS by default on i386 and amd64 now when it compiles. To generate a diff of this commit: cvs rdiff -u -r1.621 -r1.622 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.621 src/share/mk/bsd.own.mk:1.622 --- src/share/mk/bsd.own.mk:1.621 Mon Mar 8 09:32:18 2010 +++ src/share/mk/bsd.own.mk Sat Mar 13 17:07:28 2010 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.621 2010/03/08 09:32:18 he Exp $ +# $NetBSD: bsd.own.mk,v 1.622 2010/03/13 17:07:28 haad Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -725,7 +725,7 @@ MKMANDOC MKMANZ MKOBJDIRS \ MKPCC MKPCCCMDS \ MKSOFTFLOAT MKSTRIPIDENT \ - MKUNPRIVED MKUPDATE MKX11 MKZFS + MKUNPRIVED MKUPDATE MKX11 .for var in ${_MKVARS.no} ${var}?=no .endfor