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