mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -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
11 lines
167 B
Makefile
11 lines
167 B
Makefile
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
FILES= __init__.py
|
|
SUBDIR= net netlink
|
|
|
|
.include <bsd.own.mk>
|
|
FILESDIR= ${TESTSBASE}/atf_python/sys
|
|
|
|
.include <bsd.prog.mk>
|