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:
Warner Losh 2017-12-05 21:38:14 +00:00
parent 52634ec581
commit 253d60eecc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326592

View File

@ -9,6 +9,6 @@ MK_SSP= no
PROG= test
INTERNALPROG=
CFLAGS+= -I${BOOTSRC}/userboot -U_STANDALONE
CFLAGS= -I${BOOTSRC}/userboot
.include <bsd.prog.mk>