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