2001-12-20 04:15:57 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PROG= fsx
|
|
|
|
|
2014-04-13 05:21:56 +00:00
|
|
|
MAN=
|
2001-12-20 04:15:57 +00:00
|
|
|
|
2020-09-21 17:48:28 +00:00
|
|
|
NO_WMISSING_VARIABLE_DECLARATIONS=
|
|
|
|
|
2001-12-20 04:15:57 +00:00
|
|
|
.include <bsd.prog.mk>
|
2020-09-21 17:48:28 +00:00
|
|
|
|
|
|
|
# Don't require static declarations. It's line noise in a single-file program.
|
|
|
|
CWARNFLAGS+= -Wno-strict-prototypes -Wno-missing-prototypes
|