#buildfile for draw/mi


SUBDIRS = ../m68k ../vax ../unix

#include ../../buildmitemplate
 
all:
	domake "$(SUBDIRS)" "build all"

install:
	domake "$(SUBDIRS)" "build install"

clean:
	rm -f *.CKP *.BAK *.b *.o *.u
	domake "$(SUBDIRS)" "build clean"

rcs:
	domake "$(SUBDIRS)" "build rcs"
 
