mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
This diff does not contain any functional changes. Its sole purpose is splitting netlink.py into smaller chunks. The new code simplifies the upcoming generic netlink support introduction. MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D39365
10 lines
178 B
Makefile
10 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>
|