MACHINE can never be powerpc64, so cleanup code that thinks it can.
Sponsored by: Netflix
This commit is contained in:
parent
25f44449ad
commit
6923ad3ada
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user