mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 21:06:41 -04:00
7 lines
126 B
Makefile
7 lines
126 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/netinet
|
|
|
|
KMOD= ipdivert
|
|
SRCS= ip_divert.c opt_inet.h opt_inet6.h opt_sctp.h
|
|
|
|
.include <bsd.kmod.mk>
|