mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 18:54:02 -04:00
This is compatible with GNU cmp.
Reviewed by: bapt, markj (earlier version)
Sponsored by: Klara, Inc.
(cherry picked from commit f66b9b40f4)
15 lines
225 B
Makefile
15 lines
225 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH+= cmp_test2
|
|
NETBSD_ATF_TESTS_SH= cmp_test
|
|
|
|
${PACKAGE}FILES+= b_flag.out
|
|
${PACKAGE}FILES+= bl_flag.out
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|