xref: /freebsd/stand/userboot/test/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <bsd.init.mk>
2
3PROG=		test
4INTERNALPROG=
5
6CFLAGS=	-I${BOOTSRC}/userboot
7
8.include <bsd.prog.mk>
9