mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
PowerPC does not have profile support yet.
This commit is contained in:
parent
7c713eb208
commit
fa2259b9bb
1 changed files with 2 additions and 0 deletions
|
|
@ -20,7 +20,9 @@ NOASM=
|
|||
.include "${.CURDIR}/../libc/db/Makefile.inc"
|
||||
.include "${.CURDIR}/../libc/compat-43/Makefile.inc"
|
||||
.include "${.CURDIR}/../libc/gen/Makefile.inc"
|
||||
.if ${MACHINE_ARCH} != "powerpc"
|
||||
.include "${.CURDIR}/../libc/gmon/Makefile.inc"
|
||||
.endif
|
||||
.include "${.CURDIR}/../libc/locale/Makefile.inc"
|
||||
.include "${.CURDIR}/../libc/net/Makefile.inc"
|
||||
.include "${.CURDIR}/../libc/nls/Makefile.inc"
|
||||
|
|
|
|||
Loading…
Reference in a new issue