ab6d05336c
Approved by: kp Sponsored by: Rubicon Communications, LLC ("Netgate")
13 lines
170 B
Makefile
13 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/netpfil
|
|
TESTS_SUBDIRS+= common
|
|
|
|
.if ${MK_PF} != "no"
|
|
TESTS_SUBDIRS+= pf
|
|
.endif
|
|
|
|
.include <bsd.test.mk>
|