From owner-cvs-src@FreeBSD.ORG Fri Jun 16 11:44:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 884CB16A479; Fri, 16 Jun 2006 11:44:56 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D37B43D45; Fri, 16 Jun 2006 11:44:56 +0000 (GMT) (envelope-from kib@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5GBiufw079762; Fri, 16 Jun 2006 11:44:56 GMT (envelope-from kib@repoman.freebsd.org) Received: (from kib@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5GBiuS6079761; Fri, 16 Jun 2006 11:44:56 GMT (envelope-from kib) Message-Id: <200606161144.k5GBiuS6079761@repoman.freebsd.org> From: Konstantin Belousov Date: Fri, 16 Jun 2006 11:44:56 +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/sys/modules Makefile src/sys/modules/ppc 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, 16 Jun 2006 11:44:56 -0000 kib 2006-06-16 11:44:55 UTC FreeBSD src repository Modified files: sys/modules Makefile Added files: sys/modules/ppc Makefile Log: Allow for ppc(4) to be built as module, initially only for i386 and amd64. MFC after: 1 month Approved by: pjd (mentor) Revision Changes Path 1.499 +3 -0 src/sys/modules/Makefile 1.1 +11 -0 src/sys/modules/ppc/Makefile (new)