1# $FreeBSD: stable/11/stand/userboot/test/Makefile 329183 2018-02-12 20:51:28Z kevans $
2
3.include <bsd.init.mk>
4
5PROG=		test
6INTERNALPROG=
7
8CFLAGS=	-I${BOOTSRC}/userboot
9
10.include <bsd.prog.mk>
11