From cfd744a6635f2245041fd5980881899ea89cec68 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Thu, 25 Jul 2024 14:06:27 +0200 Subject: [PATCH] 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) --- sbin/pfctl/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sbin/pfctl/tests/Makefile b/sbin/pfctl/tests/Makefile index db41a445903..92b7ad6c57c 100644 --- a/sbin/pfctl/tests/Makefile +++ b/sbin/pfctl/tests/Makefile @@ -8,4 +8,6 @@ LIBADD+= sbuf SUBDIR+= files WARNS=6 +pfctl_test.o: pfctl_test_list.inc + .include