mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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:
parent
34f40baca6
commit
cfd744a663
1 changed files with 2 additions and 0 deletions
|
|
@ -8,4 +8,6 @@ LIBADD+= sbuf
|
|||
SUBDIR+= files
|
||||
WARNS=6
|
||||
|
||||
pfctl_test.o: pfctl_test_list.inc
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue