# $Id: Makefile,v 1.2 1996/04/25 15:07:51 hauber Exp $
#
# Minimal Makefile, just for retrieving

COFLAGS = -q -M
RCSCLEAN = rcsclean

.PHONY:	all clean rcsclean checkout
all:	

clean:	
	@true

checkout:
	-$(CO) $(COFLAGS) $(REVISION) RCS/* < /dev/null

rcsclean:
	$(RCSCLEAN)

