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