blob: a5a1a532104d96d284913aa4072a9041dcf5129f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
.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>
|