1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5.PATH: ${.CURDIR}/../../netinet6 6 7KMOD= ip6_mroute 8 9SRCS= ip6_mroute.c 10SRCS+= opt_inet6.h opt_kdtrace.h opt_mrouting.h 11 12.if !defined(KERNBUILDDIR) 13opt_inet6.h: 14 echo "#define INET6 1" > ${.TARGET} 15opt_mrouting.h: 16 echo "#define MROUTING 1" > ${.TARGET} 17.endif 18 19.include <bsd.kmod.mk> 20