mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Reviewed by: markj
MFC after: 1 week
Pull Request: https://github.com/freebsd/freebsd-src/pull/1174
(cherry picked from commit e1e636193d)
13 lines
265 B
Makefile
13 lines
265 B
Makefile
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
PACKAGE=tests
|
|
FILES= __init__.py attrs.py base_headers.py message.py netlink.py \
|
|
netlink_generic.py netlink_route.py utils.py
|
|
|
|
.include <bsd.own.mk>
|
|
FILESDIR= ${TESTSBASE}/atf_python/sys/netlink
|
|
|
|
.include <bsd.prog.mk>
|
|
|