]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/sort/tests/Makefile
Update to bmake-20200902
[FreeBSD/FreeBSD.git] / usr.bin / sort / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 NETBSD_ATF_TESTS_SH=    sort_test
6
7 ${PACKAGE}FILES+=               d_any_char_dflag_out.txt
8 ${PACKAGE}FILES+=               d_any_char_fflag_out.txt
9 ${PACKAGE}FILES+=               d_any_char_iflag_out.txt
10 ${PACKAGE}FILES+=               d_any_char_in.txt
11
12 .include <netbsd-tests.test.mk>
13
14 .include <bsd.test.mk>