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:
imp 2017-12-05 21:38:14 +00:00
parent 119006fde1
commit 75ff2817f1

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>