Module Name: src
Committed By: riz
Date: Tue Jun 8 22:22:25 UTC 2010
Modified Files:
src/share/mk: bsd.README
Log Message:
Note that MKZFS is actually "yes" on i386/amd64.
To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 src/share/mk/bsd.README
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.README
diff -u src/share/mk/bsd.README:1.269 src/share/mk/bsd.README:1.270
--- src/share/mk/bsd.README:1.269 Fri Jun 4 08:35:09 2010
+++ src/share/mk/bsd.README Tue Jun 8 22:22:25 2010
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.README,v 1.269 2010/06/04 08:35:09 jmmv Exp $
+# $NetBSD: bsd.README,v 1.270 2010/06/08 22:22:25 riz Exp $
# @(#)bsd.README 8.2 (Berkeley) 4/2/94
This is the README file for the make "include" files for the NetBSD
@@ -358,7 +358,7 @@
MKZFS If "no", do not build and install utilities and libraries
used to manage ZFS file system. Do not build zfs and solaris
compatibility kernel modules.
- Default: no
+ Default: yes on i386/amd64, no elsewhere.
USE_HESIOD If "no", disables building Hesiod support into
various system utilities/libraries that support it.