
# appdirs= fs init mon slipd ibmon irtx basic mcopy

clean:
	(for i in *; do\
	(if test -d $$i; then cd $$i; ${MAKE} clean; fi); \
	done)

