mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
Reviewed by: markj MFC after: 1 week Pull Request: https://github.com/freebsd/freebsd-src/pull/1174 (cherry picked from commit e1e636193db45630c7881246d25902e57c43d24e)
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>
|
|
|