]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/boot/uboot/Makefile.inc
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / boot / uboot / Makefile.inc
1 # $FreeBSD$
2
3 .if ${MACHINE_ARCH} == "powerpc64"
4 CFLAGS+=        -m32 -mcpu=powerpc
5 LDFLAGS+=       -m elf32ppc
6 .endif
7
8 .include "../Makefile.inc"