xref: /freebsd-14-stable/tests/atf_python/sys/Makefile (revision 59e7c575c5449044164b3814d9c898de3e910ad9)
1.include <src.opts.mk>
2
3.PATH:	${.CURDIR}
4
5PACKAGE=tests
6FILES=	__init__.py
7SUBDIR=	net netlink netpfil
8
9.include <bsd.own.mk>
10FILESDIR=	${TESTSBASE}/atf_python/sys
11
12.include <bsd.prog.mk>
13