From owner-cvs-src@FreeBSD.ORG Sun Aug 17 00:50:16 2003 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 A424337B404; Sun, 17 Aug 2003 00:50:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A6FF43F3F; Sun, 17 Aug 2003 00:50:16 -0700 (PDT) (envelope-from gordon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7H7oG0U056332; Sun, 17 Aug 2003 00:50:16 -0700 (PDT) (envelope-from gordon@repoman.freebsd.org) Received: (from gordon@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7H7oFLh056331; Sun, 17 Aug 2003 00:50:15 -0700 (PDT) Message-Id: <200308170750.h7H7oFLh056331@repoman.freebsd.org> From: Gordon Tetlow Date: Sun, 17 Aug 2003 00:50:15 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 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: Sun, 17 Aug 2003 07:50:17 -0000 gordon 2003/08/17 00:50:15 PDT FreeBSD src repository Modified files: . Makefile.inc1 Log: In preparation for libraries being installed in /lib, add lib to the list of build directories during the tool creation phase of the build. Revision Changes Path 1.383 +1 -1 src/Makefile.inc1