mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
10 lines
180 B
Makefile
10 lines
180 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
TESTSDIR= ${TESTSBASE}/sys/common
|
|
${PACKAGE}FILES+= vnet.subr
|
|
${PACKAGE}FILES+= divert.py
|
|
|
|
${PACKAGE}FILESMODE_divert.py=0555
|
|
|
|
.include <bsd.test.mk>
|