Updated debug output.
[AROS.git] / workbench / fs / pipe / mmakefile.src
blobafd18b68213f56c74f12c2698ea3f178797ab89b
1 include $(TOP)/config/make.cfg
3 #MM- workbench-fs-complete : workbench-fs-pipe
5 FILES=pipebuf pipedebug pipecreate pipedir \
6       pipe-handler pipelists pipename pipesched \
7       main
9 %build_prog mmake=workbench-fs-pipe \
10         progname=pipe-handler targetdir=$(AROS_FS) \
11         files="$(FILES)" \
12         usestartup=no
14 %common