Fixed a few warnings.
[tangerine.git] / workbench / fs / fat / mmakefile.src
blob1e1284e53b311fa6d279ce7ea62ac649bfc150cf
1 include $(TOP)/config/make.cfg
3 FILES := startup-aros cache charset direntry disk fat file lock main names packet ops support notify timer
5 %build_prog mmake=workbench-fs-fat \
6     progname=fat.handler targetdir=$(AROS_DEVS) \
7     files="$(FILES)" usestartup=no uselibs="rom"
9 %common