]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/powerpc/conf/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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"