mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
11 lines
178 B
Makefile
11 lines
178 B
Makefile
|
|
.include <src.opts.mk>
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}
|
||
|
|
|
||
|
|
FILES= __init__.py rtsock.py tools.py vnet.py
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
FILESDIR= ${TESTSBASE}/atf_python/sys/net
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|