From 253d60eecc8736b89ca101afd13bc369d414f2bf Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 5 Dec 2017 21:38:14 +0000 Subject: [PATCH] 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 --- stand/userboot/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stand/userboot/test/Makefile b/stand/userboot/test/Makefile index a9c3bcc628d..e40a7bc0f38 100644 --- a/stand/userboot/test/Makefile +++ b/stand/userboot/test/Makefile @@ -9,6 +9,6 @@ MK_SSP= no PROG= test INTERNALPROG= -CFLAGS+= -I${BOOTSRC}/userboot -U_STANDALONE +CFLAGS= -I${BOOTSRC}/userboot .include