xref: /dflybsd-src/sys/vfs/ntfs/Makefile (revision 34a53f7c9067275edc3f6b9d04367dd709d42099)
1984263bcSMatthew Dillon# $FreeBSD: src/sys/modules/ntfs/Makefile,v 1.5 1999/12/12 20:34:07 peter Exp $
2984263bcSMatthew Dillon
3984263bcSMatthew DillonKMOD=	ntfs
42d3e977eSMatthew DillonSRCS=	ntfs_vfsops.c ntfs_vnops.c ntfs_subr.c ntfs_ihash.c \
5984263bcSMatthew Dillon	ntfs_compr.c
6984263bcSMatthew Dillon
7*1b0988d0SAntonio Huete JimenezSRCS+=	opt_ntfs.h
8*1b0988d0SAntonio Huete Jimenez
923731001SAlexander PolakovSUBDIR= ntfs_iconv
10984263bcSMatthew Dillon.include <bsd.kmod.mk>
11