mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Use ${MACHINE_ARCH} instead of ${MACHINE} to support pc98.
This commit is contained in:
parent
69115ebe90
commit
96cd764ed3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72316
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user