svn commit: r216109 - in head/sys/modules: . cc

Lawrence Stewart lstewart at FreeBSD.org
Thu Dec 2 03:10:35 UTC 2010


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>


More information about the svn-src-all mailing list