2001-10-05 05:45:27 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2012-09-14 11:51:49 +00:00
|
|
|
.PATH: ${.CURDIR}/../../netpfil/ipfw
|
2001-10-05 05:45:27 +00:00
|
|
|
KMOD= dummynet
|
2005-09-27 18:10:43 +00:00
|
|
|
SRCS= ip_dummynet.c
|
2010-03-24 18:35:31 +00:00
|
|
|
SRCS+= ip_dn_glue.c ip_dn_io.c
|
|
|
|
SRCS+= dn_heap.c dn_sched_fifo.c dn_sched_qfq.c dn_sched_rr.c dn_sched_wf2q.c
|
2010-04-07 13:02:20 +00:00
|
|
|
SRCS+= dn_sched_prio.c
|
2006-02-20 12:30:32 +00:00
|
|
|
SRCS+= opt_inet6.h
|
|
|
|
|
2001-10-05 05:45:27 +00:00
|
|
|
.include <bsd.kmod.mk>
|