freebsd-dev/stand/userboot/test/Makefile
Warner Losh 59d395e062 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
2017-12-02 00:07:25 +00:00

15 lines
152 B
Makefile

# $FreeBSD$
MAN=
.include <bsd.init.mk>
MK_SSP= no
PROG= test
INTERNALPROG=
CFLAGS+= -I${BOOTSRC}/userboot -U_STANDALONE
.include <bsd.prog.mk>