diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-08-11 02:53:18 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-08-11 02:53:18 +0000 |
| commit | e677956d7a20198d7d14d94a541b6ebc4fbcb327 (patch) | |
| tree | 112986184f16a0eb4a87240b971a3b6eb1c40a04 /sys/modules/ext2fs | |
| parent | fb5deb6dd947c74788d2d871d2f4b89a070fad57 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ext2fs')
| -rw-r--r-- | sys/modules/ext2fs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ext2fs/Makefile b/sys/modules/ext2fs/Makefile index 63726b57e154..a38a63e245e4 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_inode.c \ - ext2_inode_cnv.c ext2_lookup.c ext2_subr.c ext2_vfsops.c \ + ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_hash.c ext2_htree.c \ + ext2_inode.c ext2_inode_cnv.c ext2_lookup.c ext2_subr.c ext2_vfsops.c \ ext2_vnops.c .include <bsd.kmod.mk> |
