Makefile revision 166579
1# $FreeBSD: head/sys/modules/ip_mroute_mod/Makefile 166579 2007-02-09 01:42:43Z bms $
2
3.PATH: ${.CURDIR}/../../netinet
4
5KMOD=	ip_mroute
6SRCS=	ip_mroute.c opt_mac.h opt_mrouting.h
7
8.if !defined(KERNBUILDDIR)
9opt_mrouting.h:
10	echo "#define	MROUTING 1" > ${.TARGET}
11.endif
12
13.include <bsd.kmod.mk>
14