Just use ${MACHINE}, it's already special-casing pc98.

This commit is contained in:
Ruslan Ermilov 2001-10-25 09:05:47 +00:00
parent 4abfff1e2e
commit ff0c93cc0e

View File

@ -9,12 +9,7 @@ SUBDIR+= ofw
.endif
# Pick the machine-dependant subdir based on the target architecture.
# XXX pc98 is basicly a special i386 with MACHINE_ARCH=i386 and MACHINE=pc98.
.if ${MACHINE_ARCH} == "i386" && ${MACHINE} == "pc98"
SUBDIR+= ${MACHINE}
.else
SUBDIR+= ${MACHINE_ARCH}
.endif
# Build ARC / AlphaBIOS executable on the Alpha
# (this is a WIP (work in progress))