diff options
| author | apb <apb@NetBSD.org> | 2014-06-16 09:04:43 +0000 |
|---|---|---|
| committer | apb <apb@NetBSD.org> | 2014-06-16 09:04:43 +0000 |
| commit | 7c883ccae6e7feaea2adb97c8c211b9121a55f88 (patch) | |
| tree | f63564ff30836fe7d9b2d9f22c9da8975218f15b /Makefile | |
| parent | 23a8c41744d7bb90718d7cbf2f7c1f05d97e6c89 (diff) | |
Pass -m MACHINE -a MACHINE_ARCH to postinstall
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.307 2014/06/16 07:11:52 apb Exp $ +# $NetBSD: Makefile,v 1.308 2014/06/16 09:04:43 apb Exp $ # # This is the top-level makefile for building NetBSD. For an outline of @@ -170,7 +170,8 @@ afterinstall: .PHONY .MAKE ${MAKEDIRTARGET} . postinstall-check .endif -_POSTINSTALL= ${.CURDIR}/usr.sbin/postinstall/postinstall +_POSTINSTALL= ${.CURDIR}/usr.sbin/postinstall/postinstall \ + -m ${MACHINE} -a ${MACHINE_ARCH} _POSTINSTALL_ENV= \ AWK=${TOOL_AWK:Q} \ DB=${TOOL_DB:Q} \ |
