From owner-cvs-src@FreeBSD.ORG Mon Aug 9 10:47:50 2004 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 85FE716A4CE; Mon, 9 Aug 2004 10:47:50 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 689CE43D41; Mon, 9 Aug 2004 10:47:50 +0000 (GMT) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i79AloD9053661; Mon, 9 Aug 2004 10:47:50 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i79Alosa053660; Mon, 9 Aug 2004 10:47:50 GMT (envelope-from obrien) Message-Id: <200408091047.i79Alosa053660@repoman.freebsd.org> From: "David E. O'Brien" Date: Mon, 9 Aug 2004 10:47:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/file 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: Mon, 09 Aug 2004 10:47:50 -0000 obrien 2004-08-09 10:47:50 UTC FreeBSD src repository Modified files: usr.bin/file Makefile Log: Uncomment the real paths and remove the local debugging paths. Noticed by: ru (who's faster than 'make world' on my stock src test machine) Revision Changes Path 1.28 +1 -2 src/usr.bin/file/Makefile