2001-09-13 08:27:23 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/fs/ext2fs
|
2001-09-13 08:27:23 +00:00
|
|
|
KMOD= ext2fs
|
2011-04-28 14:27:17 +00:00
|
|
|
SRCS= opt_ddb.h opt_directio.h opt_quota.h opt_suiddir.h vnode_if.h \
|
2017-06-20 14:28:51 +00:00
|
|
|
ext2_acl.c ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_csum.c \
|
|
|
|
ext2_extattr.c ext2_extents.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
|
2001-09-13 08:27:23 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|