]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/ext2fs/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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_inode.c \
7         ext2_inode_cnv.c ext2_lookup.c ext2_subr.c ext2_vfsops.c \
8         ext2_vnops.c
9
10 .include <bsd.kmod.mk>