From owner-cvs-all Mon Sep 3 9:37:19 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 990D337B405; Mon, 3 Sep 2001 09:37:16 -0700 (PDT) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f83GbGf91918; Mon, 3 Sep 2001 09:37:16 -0700 (PDT) (envelope-from jlemon) Message-Id: <200109031637.f83GbGf91918@freefall.freebsd.org> From: Jonathan Lemon Date: Mon, 3 Sep 2001 09:37:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfstat Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jlemon 2001/09/03 09:37:16 PDT Modified files: sbin/ipfstat Makefile Log: IPFilter source code in contrib/ipfilter apparently can't make up its mind where the headers should live, as the code references both "ip_fil.h" and "netinet/ip_fil.h" (among others). As a consequence, put both sys/contrib/ipfilter and sys/contrib/ipfilter/netinet to the include path so either variant works. PR: 29384 Pointed out by: Thomas.Quinot@Cuivre.FR.EU.ORG Revision Changes Path 1.14 +2 -1 src/sbin/ipfstat/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message