diff options
| author | apb <apb@NetBSD.org> | 2014-06-16 07:11:52 +0000 |
|---|---|---|
| committer | apb <apb@NetBSD.org> | 2014-06-16 07:11:52 +0000 |
| commit | b6ada7ca6798d470d85f045c989b999ce4f56341 (patch) | |
| tree | a4ec18a33334b1adf6e2fe39a8df0504cf7195be /Makefile | |
| parent | 9a9bbb09f045f9a4b85d71b3a9822742edb5a3a4 (diff) | |
Pass SED=${TOOL_SED:Q} to postinstall.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
