Add a geom_vol_ffs module and hook up to the build.
This commit is contained in:
parent
16c442a3a1
commit
4b1578a3c5
@ -6,6 +6,7 @@ SUBDIR= geom_apple \
|
||||
geom_gpt \
|
||||
geom_mbr \
|
||||
geom_pc98 \
|
||||
geom_sunlabel
|
||||
geom_sunlabel \
|
||||
geom_vol_ffs
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
8
sys/modules/geom/geom_vol_ffs/Makefile
Normal file
8
sys/modules/geom/geom_vol_ffs/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../geom
|
||||
|
||||
KMOD= geom_vol_ffs
|
||||
SRCS= geom_vol_ffs.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
x
Reference in New Issue
Block a user