freebsd-src/tools/regression/fsx/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

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