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)
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>
|