opnsense-src/usr.bin/tr/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

23 lines
634 B
Makefile

PACKAGE= tests
TAP_TESTS_SH= legacy_test
${PACKAGE}FILES+= regress.00.out
${PACKAGE}FILES+= regress.01.out
${PACKAGE}FILES+= regress.02.out
${PACKAGE}FILES+= regress.03.out
${PACKAGE}FILES+= regress.04.out
${PACKAGE}FILES+= regress.05.out
${PACKAGE}FILES+= regress.06.out
${PACKAGE}FILES+= regress.07.out
${PACKAGE}FILES+= regress.08.out
${PACKAGE}FILES+= regress.09.out
${PACKAGE}FILES+= regress.0a.out
${PACKAGE}FILES+= regress.0b.out
${PACKAGE}FILES+= regress.0c.out
${PACKAGE}FILES+= regress.0d.out
${PACKAGE}FILES+= regress.in
${PACKAGE}FILES+= regress.sh
${PACKAGE}FILES+= regress2.in
.include <bsd.test.mk>