1# $FreeBSD$ 2 3.include <bsd.init.mk> 4 5PROG= test 6INTERNALPROG= 7 8CFLAGS= -I${BOOTSRC}/userboot 9 10.include <bsd.prog.mk> 11