1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5.PATH: ${.CURDIR}/../../netinet/ipfw 6KMOD= dummynet 7SRCS= ip_dummynet.c 8SRCS+= ip_dn_glue.c ip_dn_io.c 9SRCS+= dn_heap.c dn_sched_fifo.c dn_sched_qfq.c dn_sched_rr.c dn_sched_wf2q.c 10SRCS+= opt_inet6.h 11 12.if !defined(KERNBUILDDIR) 13.if ${MK_INET6_SUPPORT} != "no" 14opt_inet6.h: 15 echo "#define INET6 1" > ${.TARGET} 16.endif 17.endif 18 19.include <bsd.kmod.mk> 20