mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
11 lines
218 B
Makefile
11 lines
218 B
Makefile
|
|
PROG= fsx
|
|
|
|
MAN=
|
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
# Don't require static declarations. It's line noise in a single-file program.
|
|
CWARNFLAGS+= -Wno-strict-prototypes -Wno-missing-prototypes
|