summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorapb <apb@NetBSD.org>2014-06-16 07:11:52 +0000
committerapb <apb@NetBSD.org>2014-06-16 07:11:52 +0000
commitb6ada7ca6798d470d85f045c989b999ce4f56341 (patch)
treea4ec18a33334b1adf6e2fe39a8df0504cf7195be /Makefile
parent9a9bbb09f045f9a4b85d71b3a9822742edb5a3a4 (diff)
Pass SED=${TOOL_SED:Q} to postinstall.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3a14e251a9..9f0e8a3c2c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.306 2014/06/13 01:17:45 mrg Exp $
+# $NetBSD: Makefile,v 1.307 2014/06/16 07:11:52 apb Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -177,6 +177,7 @@ _POSTINSTALL_ENV= \
HOST_SH=${HOST_SH:Q} \
MAKE=${MAKE:Q} \
PWD_MKDB=${TOOL_PWD_MKDB:Q} \
+ SED=${TOOL_SED:Q} \
STAT=${TOOL_STAT:Q}
postinstall-check: .PHONY