svn commit: r292536 - head/sys/modules/tcp/fastpath

Ulrich Spoerlein uqs at FreeBSD.org
Mon Dec 21 09:38:47 UTC 2015


Author: uqs
Date: Mon Dec 21 09:38:45 2015
New Revision: 292536
URL: https://svnweb.freebsd.org/changeset/base/292536

Log:
  Fix 'make depend'

Modified:
  head/sys/modules/tcp/fastpath/Makefile

Modified: head/sys/modules/tcp/fastpath/Makefile
==============================================================================
--- head/sys/modules/tcp/fastpath/Makefile	Mon Dec 21 09:36:45 2015	(r292535)
+++ head/sys/modules/tcp/fastpath/Makefile	Mon Dec 21 09:38:45 2015	(r292536)
@@ -7,6 +7,9 @@
 KMOD=	fastpath
 SRCS=	fastpath.c
 
+SRCS+=	opt_ipfw.h opt_inet.h opt_inet6.h opt_ipsec.h opt_kdtrace.h
+SRCS+=	opt_tcpdebug.h
+
 #
 # Enable full debugging
 #


More information about the svn-src-all mailing list