1
2.PATH: ${SRCTOP}/sys/netinet6
3
4KMOD=	ip6_mroute
5
6SRCS=	ip6_mroute.c
7SRCS+=	opt_inet6.h opt_mrouting.h
8
9.include <bsd.kmod.mk>
10