aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorLawrence Stewart <lstewart@FreeBSD.org>2010-12-02 03:10:35 +0000
committerLawrence Stewart <lstewart@FreeBSD.org>2010-12-02 03:10:35 +0000
commitad4e3b96811b551c0c604f1bfb4d76b1078ba260 (patch)
treec306a6d8b84ecc23676bba494ec00d21688635d0 /sys/modules
parent74a5a1949e386d67f693b69138cc229fd945f88a (diff)
downloadsrc-ad4e3b96811b551c0c604f1bfb4d76b1078ba260.tar.gz
src-ad4e3b96811b551c0c604f1bfb4d76b1078ba260.zip
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
Notes
Notes: svn path=/head/; revision=216109
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile1
-rw-r--r--sys/modules/cc/Makefile5
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 80370703c85d..fc6b42535a21 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -51,6 +51,7 @@ SUBDIR= ${_3dfx} \
${_cardbus} \
cas \
${_cbb} \
+ cc \
cd9660 \
cd9660_iconv \
${_ce} \
diff --git a/sys/modules/cc/Makefile b/sys/modules/cc/Makefile
new file mode 100644
index 000000000000..4dfb082ac351
--- /dev/null
+++ b/sys/modules/cc/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SUBDIR=
+
+.include <bsd.subdir.mk>