mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
14 lines
287 B
Makefile
14 lines
287 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
NETBSD_ATF_TESTS_SH= sort_test
|
|
|
|
${PACKAGE}FILES+= d_any_char_dflag_out.txt
|
|
${PACKAGE}FILES+= d_any_char_fflag_out.txt
|
|
${PACKAGE}FILES+= d_any_char_iflag_out.txt
|
|
${PACKAGE}FILES+= d_any_char_in.txt
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|