Fixed out-by-one error in previous commit.
[AROS.git] / workbench / fs / ntfs / mmakefile.src
blob56abd09577ce4127945db4a43a93c720bcc22d19
1 include $(TOP)/config/make.cfg
3 #MM- workbench-fs-complete : workbench-fs-ntfs
5 #MM workbench-fs-ntfs : workbench-libs-uuid-includes
7 FILES := startup main disk cache packet ntfs ops lock direntry charset names timer notify support
9 DISABLEDFILES :=   file   
11 %build_prog mmake=workbench-fs-ntfs \
12     progname=ntfs-handler targetdir=$(AROS_FS) \
13     files="$(FILES)" usestartup=no
15 %common