1# $FreeBSD$
2
3.if ${MACHINE_ARCH} == "powerpc64"
4CFLAGS+=	-m32 -mcpu=powerpc
5LDFLAGS+=	-m elf32ppc_fbsd
6.endif
7
8.include "../Makefile.inc"
9