# $Id: dead,v 2.1 1997/02/21 21:48:46 ksb Gamma $
#
#	this directory should never be installed/updated

OTHER=	README %% other files in this directory %%
SOURCE= Makefile ${OTHER}

all calls deinstall depend dirs distrib install lint mkcat print tags: FRC

clean: FRC
	rm -f Makefile.bak a.out core errs lint.out tags

source: ${SOURCE}

spotless: clean
	rcsclean ${SOURCE}

${SOURCE}:
	co -q $@

FRC:
