mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
built with mostly default flags. Do so in anticipation of the rest of stand not building with system headers. Sponsored by: Netflix
14 lines
137 B
Makefile
14 lines
137 B
Makefile
# $FreeBSD$
|
|
|
|
|
|
MAN=
|
|
|
|
.include <bsd.init.mk>
|
|
MK_SSP= no
|
|
|
|
PROG= test
|
|
INTERNALPROG=
|
|
|
|
CFLAGS= -I${BOOTSRC}/userboot
|
|
|
|
.include <bsd.prog.mk>
|