Date: Sat, 28 May 2011 05:04:53 +0000 (UTC) From: Lawrence Stewart <lstewart@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r222402 - in stable/8/sys/modules: . cc Message-ID: <201105280504.p4S54rTG068883@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105280504.p4S54rTG068883>