The branch main has been updated by brd:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=ab6d05336caaa10ae315f81534851e3764a8660c

commit ab6d05336caaa10ae315f81534851e3764a8660c
Author:     Brad Davis <[email protected]>
AuthorDate: 2021-06-10 23:01:53 +0000
Commit:     Brad Davis <[email protected]>
CommitDate: 2021-06-10 23:56:01 +0000

    tests/sys/netpfil: Move common tests out from behind MK_PF.
    
    Approved by:    kp
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 tests/sys/netpfil/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/sys/netpfil/Makefile b/tests/sys/netpfil/Makefile
index b6c90f2b3c86..89629b8c3bd2 100644
--- a/tests/sys/netpfil/Makefile
+++ b/tests/sys/netpfil/Makefile
@@ -3,10 +3,10 @@
 .include <src.opts.mk>
 
 TESTSDIR=              ${TESTSBASE}/sys/netpfil
+TESTS_SUBDIRS+=                common
 
 .if ${MK_PF} != "no"
-TESTS_SUBDIRS+=                pf \
-                                       common
+TESTS_SUBDIRS+=                pf
 .endif
 
 .include <bsd.test.mk>
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to