mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 01:28:00 -04:00
`setvar` is a non-conformant feature that looks slightly neater but is not portable to other /bin/sh implementations. Making the script portable is straightforward, so let's do it. Tests are added to make sure that I didn't break anything major in the process. Reviewed by: bapt (previous version), jilles Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D35275
14 lines
193 B
Makefile
14 lines
193 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= zdiff_test
|
|
NETBSD_ATF_TESTS_SH= gzip_test
|
|
|
|
${PACKAGE}FILES+= foo.diff
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|