mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 10:20:24 -05:00
12 lines
232 B
Makefile
12 lines
232 B
Makefile
.include <src.opts.mk>
|
|
|
|
.PATH: ${.CURDIR}
|
|
|
|
FILES= __init__.py insns.py insn_headers.py ioctl.py ioctl_headers.py \
|
|
ipfw.py utils.py
|
|
|
|
.include <bsd.own.mk>
|
|
FILESDIR= ${TESTSBASE}/atf_python/sys/netpfil/ipfw
|
|
|
|
.include <bsd.prog.mk>
|
|
|