# $FreeBSD: src/sys/modules/ip6_mroute_mod/Makefile,v 1.2.2.1.4.1 2010/06/14 02:09:06 kensmith Exp $ .include .PATH: ${.CURDIR}/../../netinet6 KMOD= ip6_mroute SRCS= ip6_mroute.c SRCS+= opt_inet6.h opt_mrouting.h .if !defined(KERNBUILDDIR) opt_inet6.h: echo "#define INET6 1" > ${.TARGET} opt_mrouting.h: echo "#define MROUTING 1" > ${.TARGET} .endif .include