Makefile revision 156813
1# $FreeBSD: head/sys/modules/dummynet/Makefile 156813 2006-03-17 18:54:44Z ru $
2
3.include <bsd.own.mk>
4
5.PATH:  ${.CURDIR}/../../netinet
6KMOD=   dummynet
7SRCS=   ip_dummynet.c
8SRCS+=	opt_inet6.h
9
10.if !defined(KERNBUILDDIR)
11.if ${MK_INET6_SUPPORT} != "no"
12opt_inet6.h:
13	echo "#define INET6 1" > ${.TARGET}
14.endif
15.endif
16
17.include <bsd.kmod.mk>
18