]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - sys/powerpc/conf/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / sys / powerpc / conf / Makefile
1 # $FreeBSD$
2
3 TARGET=powerpc
4 .if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpc64
5 TARGET_ARCH?=${MACHINE_ARCH}
6 .endif
7
8 .include "${.CURDIR}/../../conf/makeLINT.mk"