Module Name: src
Committed By: apb
Date: Wed Aug 15 12:50:12 UTC 2012
Modified Files:
src: Makefile
Log Message:
Add HOST_SH to _POSTINSTALL_ENV; needed for
usr.sbin/postinstall/postinstall revision 1.145.
To generate a diff of this commit:
cvs rdiff -u -r1.297 -r1.298 src/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/Makefile
diff -u src/Makefile:1.297 src/Makefile:1.298
--- src/Makefile:1.297 Tue Aug 14 13:12:15 2012
+++ src/Makefile Wed Aug 15 12:50:12 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.297 2012/08/14 13:12:15 apb Exp $
+# $NetBSD: Makefile,v 1.298 2012/08/15 12:50:12 apb Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -191,6 +191,7 @@ _POSTINSTALL= ${.CURDIR}/usr.sbin/postin
_POSTINSTALL_ENV= \
AWK=${TOOL_AWK:Q} \
DB=${TOOL_DB:Q} \
+ HOST_SH=${HOST_SH:Q} \
MAKE=${MAKE:Q} \
PWD_MKDB=${TOOL_PWD_MKDB:Q} \
STAT=${TOOL_STAT:Q}