Fix the powerpc64 build. MACHINE_CPUARCH is common for powerpc/powerpc64,

not MACHINE_ARCH.
This commit is contained in:
Justin Hibbits 2013-03-19 00:39:02 +00:00
parent 36581e4785
commit ec86c487a6

View File

@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../../cddl/dev/fbt
KMOD= fbt
.if ${MACHINE_ARCH} == "powerpc"
.if ${MACHINE_CPUARCH} == "powerpc"
SRCS= fbt_powerpc.c
.else
SRCS= fbt.c