mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
make the module loadable
Submitted by: Marcin Wisnicki
This commit is contained in:
parent
5c55bc1bf1
commit
f818fb9969
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
.PATH: ${.CURDIR}/../../netinet/ipfw
|
||||
KMOD= dummynet
|
||||
SRCS= ip_dummynet.c
|
||||
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.
|
||||
SRCS+= opt_inet6.h
|
||||
|
||||
.if !defined(KERNBUILDDIR)
|
||||
|
|
|
|||
Loading…
Reference in a new issue