mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 22:32:30 +01:00
e9ac41698b
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
18 lines
424 B
Makefile
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>
|