From owner-cvs-all@FreeBSD.ORG Mon Nov 10 05:43:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A7FE916A4CE; Mon, 10 Nov 2003 05:43:27 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DF2D43F93; Mon, 10 Nov 2003 05:43:27 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAADhQXJ019718; Mon, 10 Nov 2003 05:43:26 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAADhQDh019717; Mon, 10 Nov 2003 05:43:26 -0800 (PST) (envelope-from harti) Message-Id: <200311101343.hAADhQDh019717@repoman.freebsd.org> From: Hartmut Brandt Date: Mon, 10 Nov 2003 05:43:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libbsnmp/modules/snmp_mibII Makefile src/lib/libbsnmp/modules/snmp_netgraph Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Nov 2003 13:43:27 -0000 harti 2003/11/10 05:43:26 PST FreeBSD src repository Modified files: lib/libbsnmp/modules/snmp_mibII Makefile lib/libbsnmp/modules/snmp_netgraph Makefile Log: Fix the build by adjusting the include directives. The problem was that the sources use "..." includes to get at include files that later on reside in an include sub-directory. Revision Changes Path 1.2 +3 -3 src/lib/libbsnmp/modules/snmp_mibII/Makefile 1.2 +3 -1 src/lib/libbsnmp/modules/snmp_netgraph/Makefile