summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorapb <apb@NetBSD.org>2012-08-14 13:12:15 +0000
committerapb <apb@NetBSD.org>2012-08-14 13:12:15 +0000
commit6bbd8f0f2fb6161ae2f991531cc4908a7de2e378 (patch)
treef586d3db8fa718b4773487ad24c90fbaad0e4016 /Makefile
parentac69b7991268e0a9b27bea3d7c6281138dc0d1e5 (diff)
Pass STAT=${TOOL_STAT:Q} through to postinstall.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7d82a80e17d..7402cebf527 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.296 2012/08/14 13:04:09 apb Exp $
+# $NetBSD: Makefile,v 1.297 2012/08/14 13:12:15 apb Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -192,7 +192,8 @@ _POSTINSTALL_ENV= \
AWK=${TOOL_AWK:Q} \
DB=${TOOL_DB:Q} \
MAKE=${MAKE:Q} \
- PWD_MKDB=${TOOL_PWD_MKDB:Q}
+ PWD_MKDB=${TOOL_PWD_MKDB:Q} \
+ STAT=${TOOL_STAT:Q}
postinstall-check: .PHONY
@echo " === Post installation checks ==="