From 7da9a0568fb74f04cd435fd1e579ae3c0bf65f03 Mon Sep 17 00:00:00 2001 From: ewt Date: Tue, 20 Feb 1996 23:56:14 +0000 Subject: [PATCH] added co rule CVS patchset: 373 CVS date: 1996/02/20 23:56:14 --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.in b/Makefile.in index 4bc3e5f..8881b84 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,6 +77,12 @@ depend: (cd $$d; $(MAKE) $@) ;\ done +co: + co RCS/*,v + for d in $(SUBDIRS); do \ + (cd $$d; co RCS/*,v) ;\ + done + archive: @echo " " @echo "I hope you checked everything out and made sure it builds" -- 2.7.4