aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ext2fs
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2015-04-17 22:26:01 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2015-04-17 22:26:01 +0000
commitf738ee48254e92f89b6a13e9cc9c75b960965185 (patch)
tree00eb4cf212e4190a4ae38834bb4f2e9782f3e94e /sys/modules/ext2fs
parent8e64cb895d76528a2a8bc2e3a6350b907dc5eb84 (diff)
Notes
Diffstat (limited to 'sys/modules/ext2fs')
-rw-r--r--sys/modules/ext2fs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ext2fs/Makefile b/sys/modules/ext2fs/Makefile
index fc10ab0928ba..48697da2916e 100644
--- a/sys/modules/ext2fs/Makefile
+++ b/sys/modules/ext2fs/Makefile
@@ -3,8 +3,8 @@
.PATH: ${.CURDIR}/../../fs/ext2fs
KMOD= ext2fs
SRCS= opt_ddb.h opt_directio.h opt_quota.h opt_suiddir.h vnode_if.h \
- ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_extents.c ext2_hash.c \
- ext2_htree.c ext2_inode.c ext2_inode_cnv.c ext2_lookup.c ext2_subr.c \
+ ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_extents.c \
+ ext2_inode.c ext2_inode_cnv.c ext2_lookup.c ext2_subr.c \
ext2_vfsops.c ext2_vnops.c
.include <bsd.kmod.mk>