# $FreeBSD: stable/12/tools/regression/fsx/Makefile 368086 2020-11-26 23:35:13Z asomers $

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
