tests/sys/netpfil: Move common tests out from behind MK_PF.

Approved by:	kp
Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Brad Davis 2021-06-10 17:01:53 -06:00
parent 47ddbfae27
commit ab6d05336c

View File

@ -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>