06aac31aec
The netipsec and pf tests have a number of common test functions. These used to be duplicated, but it makes more sense for them to re-use the common functions. PR: 236223
8 lines
117 B
Makefile
8 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= common
|
|
TESTSDIR= ${TESTSBASE}/sys/common
|
|
${PACKAGE}FILES+= vnet.subr
|
|
|
|
.include <bsd.test.mk>
|