mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Add new geom_ccd module
This commit is contained in:
parent
68bf8b56da
commit
87eca0f99c
2 changed files with 9 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
SUBDIR= geom_apple \
|
||||
geom_bde \
|
||||
geom_bsd \
|
||||
geom_ccd \
|
||||
geom_gpt \
|
||||
geom_mbr \
|
||||
geom_pc98 \
|
||||
|
|
|
|||
8
sys/modules/geom/geom_ccd/Makefile
Normal file
8
sys/modules/geom/geom_ccd/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../geom
|
||||
|
||||
KMOD= geom_ccd
|
||||
SRCS= geom_ccd.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
Loading…
Reference in a new issue