The branch stable/12 has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=4b82cd36457d5340e3f81ddf650d7621ab4f1070
commit 4b82cd36457d5340e3f81ddf650d7621ab4f1070 Author: Kristof Provost <[email protected]> AuthorDate: 2021-05-27 20:45:10 +0000 Commit: Kristof Provost <[email protected]> CommitDate: 2021-05-27 21:05:49 +0000 pf tests: Install common test code (Direct commit to stable/12) --- tests/sys/netpfil/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/sys/netpfil/Makefile b/tests/sys/netpfil/Makefile index 434c5532b63e..2fb3b1447f10 100644 --- a/tests/sys/netpfil/Makefile +++ b/tests/sys/netpfil/Makefile @@ -4,6 +4,8 @@ TESTSDIR= ${TESTSBASE}/sys/netpfil +TESTS_SUBDIRS+= common + .if ${MK_PF} != "no" TESTS_SUBDIRS+= pf .endif _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
