summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorapb <apb@NetBSD.org>2014-06-16 09:04:43 +0000
committerapb <apb@NetBSD.org>2014-06-16 09:04:43 +0000
commit7c883ccae6e7feaea2adb97c8c211b9121a55f88 (patch)
treef63564ff30836fe7d9b2d9f22c9da8975218f15b /Makefile
parent23a8c41744d7bb90718d7cbf2f7c1f05d97e6c89 (diff)
Pass -m MACHINE -a MACHINE_ARCH to postinstall
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9f0e8a3c2c9..e6bee9cb5d4 100644
--- a/Makefile
+++ b/Makefile
@@ -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} \