MACHINE can never be powerpc64, so cleanup code that thinks it can.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-11-06 15:22:11 +00:00
parent 25f44449ad
commit 6923ad3ada

View File

@ -13,10 +13,8 @@ SUBDIR+= man
.include <bsd.arch.inc.mk>
# Pick the machine-dependent subdir based on the target architecture.
ADIR= ${MACHINE:S/powerpc64/powerpc/}
.if exists(${.CURDIR}/${ADIR}/.)
SUBDIR+= ${ADIR}
.if exists(${.CURDIR}/${MACHINE}/.)
SUBDIR+= ${MACHINE}
.endif
.include <bsd.subdir.mk>