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
This commit is contained in:
Lawrence Stewart 2010-12-02 03:10:35 +00:00
parent 74a5a1949e
commit ad4e3b9681
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=216109
2 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,7 @@ SUBDIR= ${_3dfx} \
${_cardbus} \
cas \
${_cbb} \
cc \
cd9660 \
cd9660_iconv \
${_ce} \

5
sys/modules/cc/Makefile Normal file
View File

@ -0,0 +1,5 @@
# $FreeBSD$
SUBDIR=
.include <bsd.subdir.mk>