mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04: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>
|