mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bsd.compat.mk isn't setup to be included outside of Makefile.inc so comment it
out here until that's sorted out. Otherwise the build is broken. when TARGET_ARCH isn't defined.
This commit is contained in:
parent
b6528d546f
commit
f9cb60c649
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.include <bsd.init.mk>
|
||||
.include <bsd.compat.mk>
|
||||
# .include <bsd.compat.mk>
|
||||
.include <bsd.compiler.mk>
|
||||
.include <bsd.linker.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue