Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Dec 2010 03:10:35 +0000 (UTC)
From:      Lawrence Stewart <lstewart@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216109 - in head/sys/modules: . cc
Message-ID:  <201012020310.oB23AZ4m072569@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <dahayes at swin edu au>
  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 <bsd.subdir.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012020310.oB23AZ4m072569>