mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
12 lines
159 B
Makefile
12 lines
159 B
Makefile
|
|
.include <src.opts.mk>
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}
|
||
|
|
|
||
|
|
FILES= __init__.py
|
||
|
|
SUBDIR= net
|
||
|
|
|
||
|
|
.include <bsd.own.mk>
|
||
|
|
FILESDIR= ${TESTSBASE}/atf_python/sys
|
||
|
|
|
||
|
|
.include <bsd.prog.mk>
|