mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
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
438 B
Makefile
18 lines
438 B
Makefile
PACKAGE= tests
|
|
|
|
NETBSD_ATF_TESTS_SH= cat_test
|
|
|
|
${PACKAGE}FILES+= d_align.in
|
|
${PACKAGE}FILES+= d_align.out
|
|
${PACKAGE}FILES+= d_b_output.in
|
|
${PACKAGE}FILES+= d_b_output.out
|
|
${PACKAGE}FILES+= d_se_output.in
|
|
${PACKAGE}FILES+= d_se_output.out
|
|
${PACKAGE}FILES+= d_s_output.in
|
|
${PACKAGE}FILES+= d_s_output.out
|
|
${PACKAGE}FILES+= d_vt_output.in
|
|
${PACKAGE}FILES+= d_vt_output.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|