remove wanderers old delete tool from the floppy requirements
[AROS.git] / workbench / fs / pipe / mmakefile.src
blobb74b0b537b439954848bfa7fbcb2536bb2585761
1 include $(SRCDIR)/config/aros.cfg
3 #MM- workbench-fs-complete : workbench-fs-pipe
5 USER_LDFLAGS := -static
7 FILES=pipebuf pipedebug pipecreate pipedir \
8       pipe-handler pipelists pipename pipesched \
9       main
11 %build_prog mmake=workbench-fs-pipe \
12         progname=pipe-handler targetdir=$(AROS_FS) \
13         files="$(FILES)" \
14         usestartup=no
16 %common