Module Name:    src
Committed By:   uebayasi
Date:           Tue Dec  1 09:11:45 UTC 2009

Modified Files:
        src/distrib/sets: Makefile

Log Message:
Pass ${TOOL_PKG_CREATE} to scripts for syspkg creation.


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 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.71 src/distrib/sets/Makefile:1.72
--- src/distrib/sets/Makefile:1.71	Mon Nov 30 16:13:23 2009
+++ src/distrib/sets/Makefile	Tue Dec  1 09:11:45 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.71 2009/11/30 16:13:23 uebayasi Exp $
+#	$NetBSD: Makefile,v 1.72 2009/12/01 09:11:45 uebayasi Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -20,6 +20,7 @@
 		MKTEMP=${TOOL_MKTEMP:Q} \
 		MTREE=${TOOL_MTREE:Q} \
 		PAX=${TOOL_PAX:Q} \
+		PKG_CREATE=${TOOL_PKG_CREATE:Q} \
 		SED=${TOOL_SED:Q} \
 		TSORT=${TSORT:Q} \
 		${HOST_SH}

Reply via email to