svn commit: r272108 - head/sys/modules/netmap

Luigi Rizzo luigi at FreeBSD.org
Thu Sep 25 14:25:39 UTC 2014


Author: luigi
Date: Thu Sep 25 14:25:38 2014
New Revision: 272108
URL: http://svnweb.freebsd.org/changeset/base/272108

Log:
  add missing file
  
  Submitted by:	Daniel Peyrolon
  MFC after:	3 days

Modified:
  head/sys/modules/netmap/Makefile

Modified: head/sys/modules/netmap/Makefile
==============================================================================
--- head/sys/modules/netmap/Makefile	Thu Sep 25 14:22:32 2014	(r272107)
+++ head/sys/modules/netmap/Makefile	Thu Sep 25 14:25:38 2014	(r272108)
@@ -16,5 +16,6 @@ SRCS	+= netmap_vale.c
 SRCS	+= netmap_freebsd.c
 SRCS	+= netmap_offloadings.c
 SRCS	+= netmap_pipe.c
+SRCS	+= netmap_monitor.c
 
 .include <bsd.kmod.mk>


More information about the svn-src-head mailing list