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