opnsense-src/sys/modules/ip_mroute_mod/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
146 B
Makefile
Raw Normal View History

.PATH: ${SRCTOP}/sys/netinet ${SRCTOP}/sys/netinet6
KMOD= ip_mroute
SRCS= ip_mroute.c
SRCS+= opt_inet.h opt_mrouting.h
.include <bsd.kmod.mk>