Add ext2fs module

This commit is contained in:
Michael Reifenberger 2001-09-13 08:27:23 +00:00
parent 7cf44afd1a
commit 1956b8f9bf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83398
2 changed files with 13 additions and 0 deletions

View File

@ -21,6 +21,7 @@ SUBDIR= 3dfx \
de \
digi \
ed \
ext2fs \
fdescfs \
fdc \
fs \

View File

@ -0,0 +1,12 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../gnu/ext2fs
KMOD= ext2fs
SRCS= vnode_if.h opt_quota.h opt_ddb.h opt_suiddir.h \
ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_inode_cnv.c \
ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_subr.c \
ext2_vfsops.c ext2_vnops.c
NOMAN=
.include <bsd.kmod.mk>
# DO NOT DELETE