Make the MACHINE_ARCH overrideable by build.sh

This commit is contained in:
reinoud 2002-01-09 20:54:40 +00:00
parent 62cf77fa90
commit b8eb6adfa1
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.acorn32,v 1.9 2001/12/09 05:00:40 atatat Exp $
# $NetBSD: Makefile.acorn32,v 1.10 2002/01/09 20:54:40 reinoud Exp $
# Makefile for NetBSD
#
@ -17,7 +17,7 @@
#
# makeoptions DEBUGLIST="uvm* trap if_*"
MACHINE_ARCH=arm32
MACHINE_ARCH?=arm32
USETOOLS?= no
NEED_OWN_INSTALL_TARGET?=no
.include <bsd.own.mk>