mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
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>
|