summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2001-02-10 13:11:02 +0000
committernyan <nyan@FreeBSD.org>2001-02-10 13:11:02 +0000
commit5b508eb7c367d57b3ad4d703e7e02c9e7d3a3162 (patch)
tree557d0ff81e9639a055fa02dd1c9d7c7065d36057 /lib
parent12016a7db021f1bdb686e38c126c44fca9304d6e (diff)
downloadFreeBSD-src-5b508eb7c367d57b3ad4d703e7e02c9e7d3a3162.zip
FreeBSD-src-5b508eb7c367d57b3ad4d703e7e02c9e7d3a3162.tar.gz
Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98.
Diffstat (limited to 'lib')
-rw-r--r--lib/compat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/compat/Makefile b/lib/compat/Makefile
index cb3d628..2855c87 100644
--- a/lib/compat/Makefile
+++ b/lib/compat/Makefile
@@ -16,10 +16,10 @@ SUBDIR+= compat21
SUBDIR+= compat22
.endif
.if defined(COMPAT3X) || defined(RELEASEDIR)
-SUBDIR+= compat3x.${MACHINE}
+SUBDIR+= compat3x.${MACHINE_ARCH}
.endif
.if defined(COMPAT4X) || defined(RELEASEDIR)
-SUBDIR+= compat4x.${MACHINE}
+SUBDIR+= compat4x.${MACHINE_ARCH}
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud