]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/ext2fs/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / ext2fs / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../fs/ext2fs
4 KMOD=   ext2fs
5 SRCS=   opt_ddb.h opt_directio.h opt_quota.h opt_suiddir.h vnode_if.h \
6         ext2_alloc.c ext2_balloc.c ext2_bmap.c ext2_extents.c ext2_hash.c \
7         ext2_htree.c ext2_inode.c ext2_inode_cnv.c ext2_lookup.c ext2_subr.c \
8         ext2_vfsops.c ext2_vnops.c
9
10 .include <bsd.kmod.mk>