ALL=all.internal
host = coherent
target = coherent
subdir =
VPATH = .
## Makefile for ./etc -- nothing but ci, diff and clean.

FILES	= check_examples.sh get_examples.sh \
	  newdist.sh newvers.sh nextvers.sh \
	  configure.in Makefile.in

REV	=
ci:
	ci $(CIOPTS) -f -l$(REV) -t/dev/null -m'$(MSG)' $(FILES)

diff:
	rcsdiff -c $(FILES) 2>&1

clean:
	rm -f *~ *.bak '#*' core a.out

realclean: clean
distclean: realclean
