mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
9 lines
106 B
Makefile
9 lines
106 B
Makefile
|
|
.include <bsd.init.mk>
|
|
|
|
PROG= test
|
|
INTERNALPROG=
|
|
|
|
CFLAGS= -I${BOOTSRC}/userboot
|
|
|
|
.include <bsd.prog.mk>
|