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")
This commit is contained in:
Kristof Provost 2024-07-25 14:06:27 +02:00
parent a8a9527736
commit 250e074e5f

View File

@ -7,4 +7,6 @@ LIBADD+= sbuf
SUBDIR+= files
WARNS=6
pfctl_test.o: pfctl_test_list.inc
.include <bsd.test.mk>