]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/ip_mroute_mod/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / sys / modules / ip_mroute_mod / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../netinet
4
5 KMOD=   ip_mroute
6 SRCS=   ip_mroute.c opt_mac.h opt_mrouting.h
7
8 CFLAGS+= -DMROUTE_KLD
9
10 .if !defined(KERNBUILDDIR)
11 opt_mrouting.h:
12         echo "#define   MROUTING 1" > ${.TARGET}
13 .endif
14
15 .include <bsd.kmod.mk>