HardenedBSD/sbin/pfctl/tests/Makefile
Kristof Provost 250e074e5f pfctl tests: fix dependency
Ensure that we rebuild the test binary when we add tests (i.e. modify
pfctl_test_list.inc).

MFC after:	1 week
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2024-07-25 15:06:25 +02:00

13 lines
157 B
Makefile

PACKAGE= tests
ATF_TESTS_C= pfctl_test
ATF_TESTS_SH= macro
LIBADD+= sbuf
SUBDIR+= files
WARNS=6
pfctl_test.o: pfctl_test_list.inc
.include <bsd.test.mk>