#Buildfile to build all m68k subdirectories

MACHINE = m68k

DIRS = ../auth/m68k \
	../exceptions/m68k \
	../exec/m68k \
	../internet/m68k \
	../memory/m68k \
	../mvax-unix \
	../nd-unix \
	../pipe/m68k \
	../print \
	../storage \
	../sts/m68k \
	../team/m68k \
	../telnet/m68k \
	../V \
	../vgts/m68k

#include ../../buildprefix

servers:
	domake "$(DIRS)" "build $(MFLAGS)"

install:
	domake "$(DIRS)" "build $(MFLAGS) install"

clean:
	rm -f  *CKP *BAK *.b .emacs* */*.a
	domake "$(DIRS)" "build $(MFLAGS) clean"

relink:
	domake "$(DIRS)" "build $(MFLAGS) relink"

