mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00: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
16 lines
172 B
Makefile
16 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>
|