Author: luigi
Date: Wed Mar 24 18:35:31 2010
New Revision: 205620
URL: http://svn.freebsd.org/changeset/base/205620

Log:
  make the module loadable
  
  Submitted by: Marcin Wisnicki

Modified:
  head/sys/modules/dummynet/Makefile

Modified: head/sys/modules/dummynet/Makefile
==============================================================================
--- head/sys/modules/dummynet/Makefile  Wed Mar 24 18:04:25 2010        
(r205619)
+++ head/sys/modules/dummynet/Makefile  Wed Mar 24 18:35:31 2010        
(r205620)
@@ -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.c 
 SRCS+= opt_inet6.h
 
 .if !defined(KERNBUILDDIR)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to