mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
12 lines
218 B
Makefile
12 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
|