From owner-cvs-all@FreeBSD.ORG Thu Nov 13 02:18:18 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 4217816A4CE; Thu, 13 Nov 2003 02:18:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A8B143FA3; Thu, 13 Nov 2003 02:18:17 -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 hADAIGXJ097334; Thu, 13 Nov 2003 02:18:16 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hADAIGFu097333; Thu, 13 Nov 2003 02:18:16 -0800 (PST) (envelope-from harti) Message-Id: <200311131018.hADAIGFu097333@repoman.freebsd.org> From: Hartmut Brandt Date: Thu, 13 Nov 2003 02:18:16 -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 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: Thu, 13 Nov 2003 10:18:18 -0000 harti 2003/11/13 02:18:16 PST FreeBSD src repository Modified files: lib/libbsnmp/modules/snmp_mibII Makefile Log: Add an empty definition of the MIBS variable so that the makefile does not try to use a MIBS definition from the environment. Submitted by: Joe Marcus Clarke Revision Changes Path 1.3 +1 -0 src/lib/libbsnmp/modules/snmp_mibII/Makefile