svn commit: r341588 - stable/11/sys/modules/netmap

Vincenzo Maffione vmaffione at FreeBSD.org
Wed Dec 5 15:05:27 UTC 2018


Author: vmaffione
Date: Wed Dec  5 15:05:26 2018
New Revision: 341588
URL: https://svnweb.freebsd.org/changeset/base/341588

Log:
  netmap: fix module Makefile
  
  Reported by:	mav

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

Modified: stable/11/sys/modules/netmap/Makefile
==============================================================================
--- stable/11/sys/modules/netmap/Makefile	Wed Dec  5 14:25:34 2018	(r341587)
+++ stable/11/sys/modules/netmap/Makefile	Wed Dec  5 15:05:26 2018	(r341588)
@@ -22,7 +22,6 @@ SRCS	+= netmap_pipe.c
 SRCS	+= netmap_monitor.c
 SRCS	+= netmap_pt.c
 SRCS	+= netmap_legacy.c
-SRCS	+= if_ptnet.c
 SRCS	+= opt_inet.h opt_inet6.h
 
 .include <bsd.kmod.mk>


More information about the svn-src-stable mailing list