mirror of
https://github.com/opnsense/src.git
synced 2026-03-24 11:43:11 -04:00
12 lines
243 B
Makefile
12 lines
243 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
TESTSDIR= ${TESTSBASE}/sys/common
|
|
${PACKAGE}FILES+= vnet.subr
|
|
${PACKAGE}FILES+= divert.py
|
|
${PACKAGE}FILES+= sender.py
|
|
|
|
${PACKAGE}FILESMODE_divert.py=0555
|
|
${PACKAGE}FILESMODE_sender.py=0555
|
|
|
|
.include <bsd.test.mk>
|