svn commit: r222402 - in stable/8/sys/modules: . cc

Lawrence Stewart lstewart at FreeBSD.org
Sat May 28 05:04:53 UTC 2011


Author: lstewart
Date: Sat May 28 05:04:53 2011
New Revision: 222402
URL: http://svn.freebsd.org/changeset/base/222402

Log:
  MFC r216109:
  
  Add build infrastructure for the forthcoming CC algorithm modules.
  
  Sponsored by:	FreeBSD Foundation
  Submitted by:	David Hayes <dahayes at swin edu au>

Added:
  stable/8/sys/modules/cc/
     - copied from r216109, head/sys/modules/cc/
Modified:
  stable/8/sys/modules/Makefile
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/modules/Makefile
==============================================================================
--- stable/8/sys/modules/Makefile	Sat May 28 04:40:35 2011	(r222401)
+++ stable/8/sys/modules/Makefile	Sat May 28 05:04:53 2011	(r222402)
@@ -51,6 +51,7 @@ SUBDIR=	${_3dfx} \
 	${_cardbus} \
 	cas \
 	${_cbb} \
+	cc \
 	cd9660 \
 	cd9660_iconv \
 	${_ce} \


More information about the svn-src-stable-8 mailing list