blob: a3b88f8b1dcb0431033454a6f35170bc153f0210 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
PACKAGE= tests
TAP_TESTS_SH= legacy_test
${PACKAGE}FILES+= regress.1.in
${PACKAGE}FILES+= regress.2.in
${PACKAGE}FILES+= regress.out
${PACKAGE}FILES+= regress.sh
.include <bsd.test.mk>
|