head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2001.08.06.08.41.15;	author vandys;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add "make install" support for doc and boot subdirs.
Create root "mkall.sh" to drive build process globally (rather
 than existing one, which only works within vsta/src).
@
text
@OUT=build
include ../src/makefile.all

build:

clean:

clobber:

install:
	cp menu.lst readme $(ROOT)/boot
@
