summaryrefslogtreecommitdiffstats
path: root/sys/modules/ext2fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ext2fs/Makefile')
-rw-r--r--sys/modules/ext2fs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/modules/ext2fs/Makefile b/sys/modules/ext2fs/Makefile
index 1ce8ab8..d9ab969 100644
--- a/sys/modules/ext2fs/Makefile
+++ b/sys/modules/ext2fs/Makefile
@@ -1,10 +1,10 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../gnu/fs/ext2fs
+.PATH: ${.CURDIR}/../../fs/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_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
+ ext2_inode_cnv.c ext2_lookup.c ext2_subr.c ext2_vfsops.c \
+ ext2_vnops.c
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud