Add new geom_ccd module
This commit is contained in:
parent
940016a112
commit
4becbd598a
@ -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 New Issue
Block a user