diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-03-14 13:30:06 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2005-03-14 13:30:06 +0000 |
| commit | 9236b51d40c512d8f3cdaf5e3a8e72bc9d8a135a (patch) | |
| tree | 660fc5b3afc8d9c187611e4db8814fd90b517adb /sys/modules/ext2fs | |
| parent | dfb9f846e9660afa28b8cabb213a04439e07ef6a (diff) | |
Notes
Diffstat (limited to 'sys/modules/ext2fs')
| -rw-r--r-- | sys/modules/ext2fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ext2fs/Makefile b/sys/modules/ext2fs/Makefile index b746452d5baa..2cd0b0709d8d 100644 --- a/sys/modules/ext2fs/Makefile +++ b/sys/modules/ext2fs/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../gnu/ext2fs KMOD= ext2fs SRCS= opt_ddb.h opt_quota.h opt_suiddir.h vnode_if.h \ - ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_ihash.c ext2_inode.c \ + ext2_alloc.c ext2_balloc.c ext2_bmap.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 |
