Continue untangling the disklabel. Add sector index reservation fields
[dragonfly/port-amd64.git] / sys / vfs / gnu / ext2fs / Makefile
blobfeb1b09a940f06fa0c20f8883c76b4fe7dae944b
1 # $FreeBSD: src/sys/modules/ext2fs/Makefile,v 1.4.2.1 2002/08/06 14:14:25 mdodd Exp $
2 # $DragonFly: src/sys/vfs/gnu/ext2fs/Makefile,v 1.4 2006/04/04 17:34:32 dillon Exp $
4 .PATH: ${.CURDIR}/../../gnu/ext2fs
5 KMOD= ext2fs
6 SRCS= opt_ddb.h opt_quota.h opt_suiddir.h \
7 ext2_alloc.c ext2_balloc.c ext2_inode.c ext2_inode_cnv.c \
8 ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c \
9 ext2_subr.c ext2_vfsops.c ext2_vnops.c ext2_bmap.c \
10 ext2_ihash.c ext2_quota.c
13 .include <bsd.kmod.mk>