From owner-cvs-src@FreeBSD.ORG Fri Mar 25 22:09:00 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 663B816A4CE; Fri, 25 Mar 2005 22:09:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37B3743D1F; Fri, 25 Mar 2005 22:09:00 +0000 (GMT) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2PM90Af083240; Fri, 25 Mar 2005 22:09:00 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2PM90kU083239; Fri, 25 Mar 2005 22:09:00 GMT (envelope-from brooks) Message-Id: <200503252209.j2PM90kU083239@repoman.freebsd.org> From: Brooks Davis Date: Fri, 25 Mar 2005 22:08:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ifconfig Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 22:09:00 -0000 brooks 2005-03-25 22:08:59 UTC FreeBSD src repository Modified files: sbin/ifconfig Makefile Log: Remove bogus (but harmless) -I.. from CFLAGS. It makes no difference to .depends other then the commant line. Also remove -g from CFLAGS. The user should add it to CFLAGS if they desire debug support. Reviewed by: ru (in concept) MFC After: 7 days Revision Changes Path 1.28 +1 -2 src/sbin/ifconfig/Makefile