summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf/Makefile
blob: f6652381004b4c11f75883a46c79684aa6791527 (plain)
1
2
3
4
5
6
7
8
# $FreeBSD$

TARGET=powerpc
.if ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == powerpc64
TARGET_ARCH?=${MACHINE_ARCH}
.endif

.include "${.CURDIR}/../../conf/makeLINT.mk"
OpenPOWER on IntegriCloud