mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
7 lines
111 B
Makefile
7 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE_ARCH} == "powerpc64"
|
|
CFLAGS+= -m32 -mcpu=powerpc
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|