mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04: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")
This commit is contained in:
parent
a8a9527736
commit
250e074e5f
1 changed files with 2 additions and 0 deletions
|
|
@ -7,4 +7,6 @@ LIBADD+= sbuf
|
|||
SUBDIR+= files
|
||||
WARNS=6
|
||||
|
||||
pfctl_test.o: pfctl_test_list.inc
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue