ref: 040a49dbae747a2b7bd56c50e65a4ccc08af1253 dir: /lib/Makefile/
.POSIX: include ../config.mk DIRS = scc all dep clean distclean: @pwd=$$PWD; \ for i in $(DIRS); \ do \ cd $$i; \ $(MAKE) $(MFLAGS) $@; \ cd $$pwd; \ done