mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
Add ext2fs module
This commit is contained in:
parent
7cf44afd1a
commit
1956b8f9bf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83398
@ -21,6 +21,7 @@ SUBDIR= 3dfx \
|
|||||||
de \
|
de \
|
||||||
digi \
|
digi \
|
||||||
ed \
|
ed \
|
||||||
|
ext2fs \
|
||||||
fdescfs \
|
fdescfs \
|
||||||
fdc \
|
fdc \
|
||||||
fs \
|
fs \
|
||||||
|
12
sys/modules/ext2fs/Makefile
Normal file
12
sys/modules/ext2fs/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user