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