opnsense-src/usr.bin/col/tests/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

16 lines
173 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>