Module Name: src
Committed By: mrg
Date: Tue Jun 29 05:51:53 UTC 2010
Modified Files:
src/distrib/sets: Makefile
Log Message:
export PIGZ=${TOOL_PIGZ} (not yet used.)
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/distrib/sets/Makefile
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/Makefile
diff -u src/distrib/sets/Makefile:1.78 src/distrib/sets/Makefile:1.79
--- src/distrib/sets/Makefile:1.78 Tue Dec 15 06:18:07 2009
+++ src/distrib/sets/Makefile Tue Jun 29 05:51:53 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2009/12/15 06:18:07 uebayasi Exp $
+# $NetBSD: Makefile,v 1.79 2010/06/29 05:51:53 mrg Exp $
# The `all' target must appear before bsd.own.mk is pulled in.
all:
@@ -19,6 +19,7 @@
MKTEMP=${TOOL_MKTEMP:Q} \
MTREE=${TOOL_MTREE:Q} \
PAX=${TOOL_PAX:Q} \
+ PIGZ=${TOOL_PIGZ:Q} \
PKG_CREATE=${TOOL_PKG_CREATE:Q} \
SED=${TOOL_SED:Q} \
TSORT=${TSORT:Q}