# $FreeBSD: head/sys/modules/ip_mroute_mod/Makefile 166579 2007-02-09 01:42:43Z bms $ .PATH: ${.CURDIR}/../../netinet KMOD= ip_mroute SRCS= ip_mroute.c opt_mac.h opt_mrouting.h .if !defined(KERNBUILDDIR) opt_mrouting.h: echo "#define MROUTING 1" > ${.TARGET} .endif .include