e1910ebda4
import bsd diff3 from OpenBSD. Differences with OpenBSD: - lots of warning fixed - no shell wrapper with diff3 actually living in libexec - capsicumized Keep it disconnected as it is not yet good enough to replace GNU diff The motivation to import it now it to allow other people to jump in and also to have an open development on it Obtained from: OpenBSD
22 lines
205 B
Makefile
22 lines
205 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= diff3_test
|
|
|
|
${PACKAGE}FILES+= \
|
|
1.txt \
|
|
2.txt \
|
|
3.txt \
|
|
1.out \
|
|
2.out \
|
|
3.out \
|
|
4.out \
|
|
5.out \
|
|
6.out \
|
|
7.out \
|
|
8.out \
|
|
9.out
|
|
|
|
.include <bsd.test.mk>
|