mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
12 lines
179 B
Makefile
12 lines
179 B
Makefile
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
FILES= __init__.py atf_pytest.py utils.py
|
|
SUBDIR= sys
|
|
|
|
.include <bsd.own.mk>
|
|
FILESDIR= ${TESTSBASE}/atf_python
|
|
|
|
|
|
.include <bsd.prog.mk>
|