From owner-cvs-src@FreeBSD.ORG Fri Jul 6 07:21:00 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3DB716A400; Fri, 6 Jul 2007 07:20:59 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id CD35713C45E; Fri, 6 Jul 2007 07:20:59 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l667KxLn049034; Fri, 6 Jul 2007 07:20:59 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l667KxXb049033; Fri, 6 Jul 2007 07:20:59 GMT (envelope-from bz) Message-Id: <200707060720.l667KxXb049033@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Fri, 6 Jul 2007 07:20:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Jul 2007 07:21:00 -0000 bz 2007-07-06 07:20:59 UTC FreeBSD src repository Modified files: etc/mtree BSD.include.dist include Makefile Log: I4B header files were repo-copied from sys/i386/include to sys/i4b/include/ so they will be available to all architectures once I4B compiles on those. I4B header files are now installed in include/i4b/ and no longer in include/machine/. For now we still install the headers for i386 only. Approved by: re (kensmith) Revision Changes Path 1.117 +2 -0 src/etc/mtree/BSD.include.dist 1.273 +15 -0 src/include/Makefile