From 59d395e06258cc846e3634304c3b66e67f1564b5 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 2 Dec 2017 00:07:25 +0000 Subject: [PATCH] Undefine _STANDALONE since this is test code. This is unsastifying, but since we sadly only have one test, put this in as a stopgap. 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 1bc66798aac8..a9c3bcc628d0 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 +CFLAGS+= -I${BOOTSRC}/userboot -U_STANDALONE .include