svn commit: r272648 - stable/10/sys/modules/netmap

Luigi Rizzo luigi at FreeBSD.org
Mon Oct 6 14:39:46 UTC 2014


Author: luigi
Date: Mon Oct  6 14:39:45 2014
New Revision: 272648
URL: https://svnweb.freebsd.org/changeset/base/272648

Log:
  MFC r272108: add missing file for building netmap as a module

Modified:
  stable/10/sys/modules/netmap/Makefile

Modified: stable/10/sys/modules/netmap/Makefile
==============================================================================
--- stable/10/sys/modules/netmap/Makefile	Mon Oct  6 13:34:12 2014	(r272647)
+++ stable/10/sys/modules/netmap/Makefile	Mon Oct  6 14:39:45 2014	(r272648)
@@ -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-all mailing list