mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
7 lines
136 B
Makefile
7 lines
136 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/netpfil/ipfw/pmod
|
|
|
|
KMOD= ipfw_pmod
|
|
SRCS= ip_fw_pmod.c tcpmod.c opt_inet.h opt_inet6.h
|
|
|
|
.include <bsd.kmod.mk>
|