DIRS    =  makedepend makemap # bmcut

all clean depend clobber::
	-@for i in $(DIRS); do (cd $$i; $(MAKE) $@); done

