We bootstrap make(1) if necessary during an upgrade, so checking

if MACHINE_ARCH is defined is no longer needed.
This commit is contained in:
Ruslan Ermilov 2005-09-28 08:17:30 +00:00
parent 7badd6a5e5
commit d9423c1bc1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150674

View File

@ -107,13 +107,6 @@ YFLAGS ?=
YFLAGS ?= -d
.endif
# FreeBSD/i386 has traditionally been built with a version of make
# which knows MACHINE, but not MACHINE_ARCH. When building on other
# architectures, assume that the version of make being used has an
# explicit MACHINE_ARCH setting and treat a missing MACHINE_ARCH
# as an i386 architecture.
MACHINE_ARCH ?= i386
.if defined(%POSIX)
# Posix 1003.2 mandated rules