HardenedBSD/usr.bin/file2c/tests/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.

MFC After: 3 days (though I'll just run the command on the branches)
Sponsored by: Netflix
2024-07-15 16:43:39 -06:00

18 lines
424 B
Makefile

PACKAGE= tests
TAP_TESTS_SH= legacy_test
${PACKAGE}FILES+= regress.1.out
${PACKAGE}FILES+= regress.2.out
${PACKAGE}FILES+= regress.3.out
${PACKAGE}FILES+= regress.4.out
${PACKAGE}FILES+= regress.5.out
${PACKAGE}FILES+= regress.6.out
${PACKAGE}FILES+= regress.7.out
${PACKAGE}FILES+= regress.8.out
${PACKAGE}FILES+= regress.9.out
${PACKAGE}FILES+= regress.in
${PACKAGE}FILES+= regress.sh
.include <bsd.test.mk>