9 lines
173 B
Makefile
Raw Normal View History

# $FreeBSD$
TARGET=powerpc
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpc64
TARGET_ARCH?=${MACHINE_ARCH}
.endif
.include "${.CURDIR}/../../conf/makeLINT.mk"