509a0eba89
configuration is TARGET_ARCH specific and must be generated with TARGET_ARCH set. Reviewed by: imp
9 lines
173 B
Makefile
9 lines
173 B
Makefile
# $FreeBSD$
|
|
|
|
TARGET=powerpc
|
|
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpc64
|
|
TARGET_ARCH?=${MACHINE_ARCH}
|
|
.endif
|
|
|
|
.include "${.CURDIR}/../../conf/makeLINT.mk"
|