Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2015 09:38:46 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292536 - head/sys/modules/tcp/fastpath
Message-ID:  <201512210938.tBL9ckSf091123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512210938.tBL9ckSf091123>