Module Name: src
Committed By: haad
Date: Wed Oct 7 22:22:18 UTC 2009
Modified Files:
src/distrib/sets: sets.subr
Log Message:
Add MKZFS file so building a release works for others, too.
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/distrib/sets/sets.subr
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/sets.subr
diff -u src/distrib/sets/sets.subr:1.88 src/distrib/sets/sets.subr:1.89
--- src/distrib/sets/sets.subr:1.88 Tue Sep 29 23:56:26 2009
+++ src/distrib/sets/sets.subr Wed Oct 7 22:22:18 2009
@@ -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}