Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets Add MKZFS to MKEXTRAVARS just to make sure.



details:   https://anonhg.NetBSD.org/src/rev/daeef7834dd7
branches:  trunk
changeset: 749600:daeef7834dd7
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Dec 03 18:26:34 2009 +0000

description:
Add MKZFS to MKEXTRAVARS just to make sure.

diffstat:

 distrib/sets/sets.subr |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r b2ce0ac4a785 -r daeef7834dd7 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Thu Dec 03 15:57:18 2009 +0000
+++ b/distrib/sets/sets.subr    Thu Dec 03 18:26:34 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.102 2009/12/03 13:45:11 uebayasi Exp $
+#      $NetBSD: sets.subr,v 1.103 2009/12/03 18:26:34 uebayasi Exp $
 #
 
 #
@@ -32,6 +32,7 @@
        MKDYNAMICROOT   \
        MKMANPAGES      \
        MKXORG          \
+       MKZFS           \
        USE_INET6       \
        USE_KERBEROS    \
        USE_LDAP        \
@@ -219,7 +220,7 @@
 # In each file, a record consists of a path and a System Package name,
 # separated by whitespace. E.g.,
 #
-#      # $NetBSD: sets.subr,v 1.102 2009/12/03 13:45:11 uebayasi Exp $
+#      # $NetBSD: sets.subr,v 1.103 2009/12/03 18:26:34 uebayasi Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root



Home | Main Index | Thread Index | Old Index