]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/dummynet/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / dummynet / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 .PATH:  ${.CURDIR}/../../netinet
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>