mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
74a5a1949e
commit
ad4e3b9681
2 changed files with 6 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ SUBDIR= ${_3dfx} \
|
|||
${_cardbus} \
|
||||
cas \
|
||||
${_cbb} \
|
||||
cc \
|
||||
cd9660 \
|
||||
cd9660_iconv \
|
||||
${_ce} \
|
||||
|
|
|
|||
5
sys/modules/cc/Makefile
Normal file
5
sys/modules/cc/Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
SUBDIR=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
Loading…
Reference in a new issue