Add a geom_vol_ffs module and hook up to the build.

This commit is contained in:
gordon 2003-06-03 20:32:13 +00:00
parent 16c442a3a1
commit 4b1578a3c5
2 changed files with 10 additions and 1 deletions

View File

@ -6,6 +6,7 @@ SUBDIR= geom_apple \
geom_gpt \
geom_mbr \
geom_pc98 \
geom_sunlabel
geom_sunlabel \
geom_vol_ffs
.include <bsd.subdir.mk>

View File

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