mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -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>
|