]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ip6_mroute_mod/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / ip6_mroute_mod / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .PATH: ${.CURDIR}/../../netinet6
6
7 KMOD=   ip6_mroute
8
9 SRCS=   ip6_mroute.c
10 SRCS+=  opt_inet6.h opt_kdtrace.h opt_mrouting.h
11
12 .if !defined(KERNBUILDDIR)
13 opt_inet6.h:
14         echo "#define INET6 1" > ${.TARGET}
15 opt_mrouting.h:
16         echo "#define MROUTING 1" > ${.TARGET}
17 .endif
18
19 .include <bsd.kmod.mk>