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