summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/Makefile.i3862
-rw-r--r--sys/conf/Makefile.powerpc2
-rw-r--r--sys/i386/conf/Makefile.i3862
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index e73de50..4a21594 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -30,7 +30,7 @@ S= ./@
S= ../..
.endif
.endif
-M= ${MACHINE}
+M= ${MACHINE_ARCH}
SIZE?= size
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index e73de50..4a21594 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -30,7 +30,7 @@ S= ./@
S= ../..
.endif
.endif
-M= ${MACHINE}
+M= ${MACHINE_ARCH}
SIZE?= size
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index e73de50..4a21594 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -30,7 +30,7 @@ S= ./@
S= ../..
.endif
.endif
-M= ${MACHINE}
+M= ${MACHINE_ARCH}
SIZE?= size
OpenPOWER on IntegriCloud