1# $FreeBSD$
2
3TARGET=powerpc
4.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpc64
5TARGET_ARCH?=${MACHINE_ARCH}
6.endif
7
8.include "${.CURDIR}/../../conf/makeLINT.mk"
9