]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/ext2fs/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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 \
7         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>