mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Don't inherit CFLAGS. This a specialized test program, and can be
built with mostly default flags. Do so in anticipation of the rest of stand not building with system headers. Sponsored by: Netflix
This commit is contained in:
parent
52634ec581
commit
253d60eecc
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ MK_SSP= no
|
|||
PROG= test
|
||||
INTERNALPROG=
|
||||
|
||||
CFLAGS+= -I${BOOTSRC}/userboot -U_STANDALONE
|
||||
CFLAGS= -I${BOOTSRC}/userboot
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue