]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/netgraph/checksum/Makefile
MFH: r303612
[FreeBSD/stable/10.git] / sys / modules / netgraph / checksum / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 KMOD=   ng_checksum
6 SRCS=   ng_checksum.c opt_inet.h opt_inet6.h
7
8 #.if !defined(KERNBUILDDIR)
9 #
10 #.if ${MK_INET_SUPPORT} != "no"
11 #opt_inet.h:
12 #       echo "#define INET 1" > ${.TARGET}
13 #.endif
14 #.if ${MK_INET6_SUPPORT} != "no"
15 #opt_inet6.h:
16 #       echo "#define INET6 1" > ${.TARGET}
17 #.endif
18 #.endif
19
20 .include <bsd.kmod.mk>