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")

(cherry picked from commit 250e074e5f609194e0e4cd0775d99b0a616bfcf3)
This commit is contained in:
Kristof Provost 2024-07-25 14:06:27 +02:00
parent 34f40baca6
commit cfd744a663

View file

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