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


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


desc
@@


1.1
log
@Add installation rules for CVS controlled lib/etc files.
@
text
@OUT=build
include ../src/makefile.all
FILES=bison.simple termcap bison.hairy magic units.lib    

build:

clean:

clobber:

install:
	cp $(FILES) $(ROOT)/lib
@
