From owner-svn-src-head@freebsd.org Mon Dec 21 09:38:47 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37920A148D5; Mon, 21 Dec 2015 09:38:47 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 055961748; Mon, 21 Dec 2015 09:38:46 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBL9ckQa091124; Mon, 21 Dec 2015 09:38:46 GMT (envelope-from uqs@FreeBSD.org) Received: (from uqs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBL9ckSf091123; Mon, 21 Dec 2015 09:38:46 GMT (envelope-from uqs@FreeBSD.org) Message-Id: <201512210938.tBL9ckSf091123@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: uqs set sender to uqs@FreeBSD.org using -f From: Ulrich Spoerlein Date: Mon, 21 Dec 2015 09:38:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292536 - head/sys/modules/tcp/fastpath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 09:38:47 -0000 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 #