Remove the MACHINE_ARCH assignment.

This commit is contained in:
thorpej 2001-12-19 17:43:19 +00:00
parent 68728c0901
commit 4d3393a2c8
2 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.arm32,v 1.64 2001/12/09 05:00:42 atatat Exp $ # $NetBSD: Makefile.arm32,v 1.65 2001/12/19 17:43:19 thorpej Exp $
# Makefile for NetBSD # Makefile for NetBSD
# #
@ -17,7 +17,6 @@
# #
# makeoptions DEBUGLIST="uvm* trap if_*" # makeoptions DEBUGLIST="uvm* trap if_*"
MACHINE_ARCH=arm32
USETOOLS?= no USETOOLS?= no
NEED_OWN_INSTALL_TARGET?=no NEED_OWN_INSTALL_TARGET?=no
.include <bsd.own.mk> .include <bsd.own.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.hpcarm,v 1.12 2001/12/09 05:00:44 atatat Exp $ # $NetBSD: Makefile.hpcarm,v 1.13 2001/12/19 17:43:54 thorpej Exp $
# Makefile for NetBSD # Makefile for NetBSD
# #
@ -17,7 +17,6 @@
# #
# makeoptions DEBUGLIST="uvm* trap if_*" # makeoptions DEBUGLIST="uvm* trap if_*"
MACHINE_ARCH=arm
USETOOLS?= no USETOOLS?= no
NEED_OWN_INSTALL_TARGET?=no NEED_OWN_INSTALL_TARGET?=no
.include <bsd.own.mk> .include <bsd.own.mk>