opnsense-src/sys/modules/dummynet/Makefile
2016-05-27 17:07:07 +00:00

12 lines
308 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../netpfil/ipfw
KMOD= dummynet
SRCS= ip_dummynet.c
SRCS+= ip_dn_glue.c ip_dn_io.c
SRCS+= dn_aqm_codel.c
SRCS+= dn_heap.c dn_sched_fifo.c dn_sched_qfq.c dn_sched_rr.c dn_sched_wf2q.c
SRCS+= dn_sched_prio.c dn_sched_fq_codel.c
SRCS+= opt_inet6.h
.include <bsd.kmod.mk>