# Buildfile for V commands
# Copyright 1982 (c) David R. Cheriton, All rights reserved.
# September 12, 85 by Omur Tasar

SUBDIRS = unix m68k vax

#include ../buildprefix

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

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

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

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