freebsd-dev/stand/userboot/test/Makefile
Warner Losh 253d60eecc 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
2017-12-05 21:38:14 +00:00

15 lines
137 B
Makefile

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