Add new geom_ccd module

This commit is contained in:
phk 2003-06-09 21:49:54 +00:00
parent 940016a112
commit 4becbd598a
2 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,7 @@
SUBDIR= geom_apple \
geom_bde \
geom_bsd \
geom_ccd \
geom_gpt \
geom_mbr \
geom_pc98 \

View File

@ -0,0 +1,8 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../geom
KMOD= geom_ccd
SRCS= geom_ccd.c
.include <bsd.kmod.mk>