From owner-svn-src-all@FreeBSD.ORG Thu Dec 2 03:10:35 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3F88106566C; Thu, 2 Dec 2010 03:10:35 +0000 (UTC) (envelope-from lstewart@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C23568FC19; Thu, 2 Dec 2010 03:10:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oB23AZPg072572; Thu, 2 Dec 2010 03:10:35 GMT (envelope-from lstewart@svn.freebsd.org) Received: (from lstewart@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oB23AZ4m072569; Thu, 2 Dec 2010 03:10:35 GMT (envelope-from lstewart@svn.freebsd.org) Message-Id: <201012020310.oB23AZ4m072569@svn.freebsd.org> From: Lawrence Stewart Date: Thu, 2 Dec 2010 03:10:35 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r216109 - in head/sys/modules: . cc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 03:10:35 -0000 Author: lstewart Date: Thu Dec 2 03:10:35 2010 New Revision: 216109 URL: http://svn.freebsd.org/changeset/base/216109 Log: Add build infrastructure for the forthcoming CC algorithm modules. Sponsored by: FreeBSD Foundation Submitted by: David Hayes MFC after: 3 months Added: head/sys/modules/cc/ head/sys/modules/cc/Makefile (contents, props changed) Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Thu Dec 2 02:34:39 2010 (r216108) +++ head/sys/modules/Makefile Thu Dec 2 03:10:35 2010 (r216109) @@ -51,6 +51,7 @@ SUBDIR= ${_3dfx} \ ${_cardbus} \ cas \ ${_cbb} \ + cc \ cd9660 \ cd9660_iconv \ ${_ce} \ Added: head/sys/modules/cc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sys/modules/cc/Makefile Thu Dec 2 03:10:35 2010 (r216109) @@ -0,0 +1,5 @@ +# $FreeBSD$ + +SUBDIR= + +.include