3 include $(SRCDIR)/config/aros.cfg
5 #MM workbench-fs-complete : workbench-fs-setup
6 workbench-fs-complete : $(AROS_FS)/automount-config
8 $(AROS_FS)/automount-config : automount-config
9 @$(ECHO) "Copying $<..."
14 @$(IF) $(TEST) ! -d $(AROS_FS) ; then \
15 $(MKDIR) $(AROS_FS) ; \