2019-03-04 13:15:06 -05:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2019-09-05 10:14:07 -04:00
|
|
|
PACKAGE= tests
|
2019-03-04 13:15:06 -05:00
|
|
|
TESTSDIR= ${TESTSBASE}/sys/common
|
|
|
|
|
${PACKAGE}FILES+= vnet.subr
|
2020-02-14 04:36:35 -05:00
|
|
|
${PACKAGE}FILES+= divert.py
|
2020-03-10 15:52:19 -04:00
|
|
|
${PACKAGE}FILES+= sender.py
|
2020-03-23 08:21:32 -04:00
|
|
|
${PACKAGE}FILES+= net_receiver.py
|
2020-02-14 04:36:35 -05:00
|
|
|
|
|
|
|
|
${PACKAGE}FILESMODE_divert.py=0555
|
2020-03-10 15:52:19 -04:00
|
|
|
${PACKAGE}FILESMODE_sender.py=0555
|
2020-03-23 08:21:32 -04:00
|
|
|
${PACKAGE}FILESMODE_net_receiver.py=0555
|
2019-03-04 13:15:06 -05:00
|
|
|
|
|
|
|
|
.include <bsd.test.mk>
|