mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
Start fresh on master, only apply needed patches on top now. Upstream commit: 56279fdef34eb28a4655b489b992c651bd8379fc Taken from: FreeBSD
12 lines
235 B
Makefile
12 lines
235 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSRC= ${.CURDIR}/../../../contrib/netbsd-tests/usr.bin/cmp
|
|
.PATH: ${TESTSRC}
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/cmp
|
|
ATF_TESTS_SH= cmp_test
|
|
ATF_TESTS_SH_SRC_cmp_test= t_cmp.sh
|
|
|
|
.include <bsd.test.mk>
|