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 file so building a release works for ...



details:   https://anonhg.NetBSD.org/src/rev/a83e4f1a5d59
branches:  trunk
changeset: 747987:a83e4f1a5d59
user:      haad <haad%NetBSD.org@localhost>
date:      Wed Oct 07 22:22:18 2009 +0000

description:
Add MKZFS file so building a release works for others, too.

diffstat:

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

diffs (34 lines):

diff -r c03d62e1575e -r a83e4f1a5d59 distrib/sets/sets.subr
--- a/distrib/sets/sets.subr    Wed Oct 07 21:03:29 2009 +0000
+++ b/distrib/sets/sets.subr    Wed Oct 07 22:22:18 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: sets.subr,v 1.88 2009/09/29 23:56:26 tsarna Exp $
+#      $NetBSD: sets.subr,v 1.89 2009/10/07 22:22:18 haad Exp $
 #
 
 #
@@ -67,6 +67,7 @@
        MKX11FONTS      \
        MKXORG          \
        MKYP            \
+       MKZFS           \
        USE_INET6       \
        USE_KERBEROS    \
        USE_LDAP        \
@@ -236,7 +237,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.88 2009/09/29 23:56:26 tsarna Exp $
+#      # $NetBSD: sets.subr,v 1.89 2009/10/07 22:22:18 haad Exp $
 #      .                       base-sys-root   [keyword[,...]]
 #      ./altroot               base-sys-root
 #      ./bin                   base-sys-root
@@ -299,6 +300,7 @@
 #      x11                     ${MKX11} != no && ${X11FLAVOUR} != "Xorg"
 #      xorg                    ${MKX11} != no && ${X11FLAVOUR} == "Xorg"
 #      yp                      ${MKYP} != no
+#      zfs                     ${MKZFS} != no
 #
 #      binutils=<n>            <n> = value of ${HAVE_BINUTILS}
 #      gcc=<n>                 <n> = value of ${HAVE_GCC}



Home | Main Index | Thread Index | Old Index