opnsense-src/usr.bin/diff3/tests/Makefile
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
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
2024-07-15 16:43:39 -06:00

28 lines
331 B
Makefile

PACKAGE= tests
ATF_TESTS_SH= diff3_test
${PACKAGE}FILES+= \
1.txt \
1cr.txt \
2.txt \
3.txt \
long-m.txt \
long-o.txt \
long-y.txt \
1.out \
1t.out \
2.out \
3.out \
4.out \
5.out \
6.out \
7.out \
8.out \
9.out \
long-ed.out \
long-A.out \
long-merge.out \
fbsdid1.txt \
fbsdid2.txt
.include <bsd.test.mk>