Makefile revision 211483
1# $FreeBSD: head/sys/powerpc/conf/Makefile 211483 2010-08-19 03:19:26Z nwhitehorn $
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