linprocfs - Introduce /proc/mounts
[dragonfly.git] / sys / vfs / ntfs / Makefile
blob91220b9594caf16ca5903086ffc12875d9734e55
1 # $FreeBSD: src/sys/modules/ntfs/Makefile,v 1.5 1999/12/12 20:34:07 peter Exp $
2 # $DragonFly: src/sys/vfs/ntfs/Makefile,v 1.4 2004/08/13 17:51:12 dillon Exp $
4 KMOD= ntfs
5 SRCS= ntfs_vfsops.c ntfs_vnops.c ntfs_subr.c ntfs_ihash.c \
6 ntfs_compr.c
8 SUBDIR= ntfs_iconv
9 .include <bsd.kmod.mk>