]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - sys/modules/dummynet/Makefile
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / sys / modules / dummynet / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .PATH:  ${.CURDIR}/../../netinet/ipfw
6 KMOD=   dummynet
7 SRCS=   ip_dummynet.c
8 SRCS+=  opt_inet6.h
9
10 .if !defined(KERNBUILDDIR)
11 .if ${MK_INET6_SUPPORT} != "no"
12 opt_inet6.h:
13         echo "#define INET6 1" > ${.TARGET}
14 .endif
15 .endif
16
17 .include <bsd.kmod.mk>