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
This commit is contained in:
Warner Losh 2017-12-02 00:07:25 +00:00
parent dcaa2d76dc
commit 59d395e062
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326446

View File

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