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