mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04: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
11 lines
229 B
Makefile
11 lines
229 B
Makefile
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
FILES= __init__.py attrs.py base_headers.py message.py netlink.py netlink_route.py utils.py
|
|
|
|
.include <bsd.own.mk>
|
|
FILESDIR= ${TESTSBASE}/atf_python/sys/netlink
|
|
|
|
.include <bsd.prog.mk>
|
|
|