mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
etcupdate requires --change-group-format it is not easy to implement in bsd diff so for now readd GNU diff
15 lines
295 B
Makefile
15 lines
295 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
TESTSRC= ${SRCTOP}/contrib/netbsd-tests/usr.bin/diff
|
|
|
|
NETBSD_ATF_TESTS_SH= diff_test
|
|
ATF_TESTS_SH_SED_diff_test= -e 's/t_diff/`basename $$0`/g'
|
|
|
|
${PACKAGE}FILES+= d_mallocv1.in
|
|
${PACKAGE}FILES+= d_mallocv2.in
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|