mirror of
https://github.com/opnsense/src.git
synced 2026-06-18 13:10:00 -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
15 lines
172 B
Makefile
15 lines
172 B
Makefile
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= col_test
|
|
|
|
${PACKAGE}FILES+= \
|
|
hlf.in \
|
|
hlf2.in \
|
|
nl.in \
|
|
nl2.in \
|
|
nl3.in \
|
|
rlf.in \
|
|
rlf2.in \
|
|
rlf3.in
|
|
|
|
.include <bsd.test.mk>
|