mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
Reviewed by: markj MFC after: 1 week Pull Request: https://github.com/freebsd/freebsd-src/pull/1174 (cherry picked from commit e1e636193db45630c7881246d25902e57c43d24e)
12 lines
189 B
Makefile
12 lines
189 B
Makefile
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
PACKAGE=tests
|
|
FILES= __init__.py
|
|
SUBDIR= net netlink netpfil
|
|
|
|
.include <bsd.own.mk>
|
|
FILESDIR= ${TESTSBASE}/atf_python/sys
|
|
|
|
.include <bsd.prog.mk>
|