# The buildfile to make all the machine directories here

SUBDIRS = m68k vax

#include ../../buildprefix

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

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

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