diff options
Diffstat (limited to 'gnu/usr.bin/cvs')
| -rw-r--r-- | gnu/usr.bin/cvs/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/contrib/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/contrib/easy-import.pl | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/cvs/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/cvsbug/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/doc/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/lib/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/tools/Makefile | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/gnu/usr.bin/cvs/Makefile b/gnu/usr.bin/cvs/Makefile index a15127d6652b..aa1e24832f1e 100644 --- a/gnu/usr.bin/cvs/Makefile +++ b/gnu/usr.bin/cvs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1995/12/10 22:58:29 peter Exp $ +# $Id: Makefile,v 1.8 1996/08/20 23:52:29 peter Exp $ SUBDIR = lib cvs contrib cvsbug doc tools diff --git a/gnu/usr.bin/cvs/contrib/Makefile b/gnu/usr.bin/cvs/contrib/Makefile index 5802e060e901..e2a8aab9b61e 100644 --- a/gnu/usr.bin/cvs/contrib/Makefile +++ b/gnu/usr.bin/cvs/contrib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.6 1996/09/05 08:43:50 peter Exp $ +# $Id: Makefile,v 1.6.2.1 1997/06/28 03:27:49 peter Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/gnu/usr.bin/cvs/contrib/easy-import.pl b/gnu/usr.bin/cvs/contrib/easy-import.pl index 0d7defec45c2..67bbdf333577 100644 --- a/gnu/usr.bin/cvs/contrib/easy-import.pl +++ b/gnu/usr.bin/cvs/contrib/easy-import.pl @@ -8,7 +8,7 @@ # # Written by Jörg Wunsch, 95/03/07, and placed in the public domain. # -# $Id: easy-import.pl,v 1.9.2.2 1997/06/28 03:27:50 peter Exp $ +# $Id: easy-import.pl,v 1.9.2.3 1997/08/22 07:04:30 peter Exp $ require "complete.pl"; require "getopts.pl"; @@ -22,7 +22,7 @@ sub scan_opts $dont_do_it = "-n" if $opt_n; if($opt_v) { - print STDERR '$Source: /home/ncvs/src/gnu/usr.bin/cvs/contrib/easy-import.pl,v $ $Revision: 1.9.2.2 $' . "\n"; # 'emacs kludge + print STDERR '$Source: /home/ncvs/src/gnu/usr.bin/cvs/contrib/easy-import.pl,v $ $Revision: 1.9.2.3 $' . "\n"; # 'emacs kludge exit 0; } die "usage: $0 [-v] [-n] [moduledir]\n" . diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index 55a86d4fa557..7317391b4012 100644 --- a/gnu/usr.bin/cvs/cvs/Makefile +++ b/gnu/usr.bin/cvs/cvs/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.14 1996/08/20 23:54:06 peter Exp $ +# $Id: Makefile,v 1.14.2.1 1997/06/28 03:27:50 peter Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/gnu/usr.bin/cvs/cvsbug/Makefile b/gnu/usr.bin/cvs/cvsbug/Makefile index 0222324927f5..e6b92ba7bfb3 100644 --- a/gnu/usr.bin/cvs/cvsbug/Makefile +++ b/gnu/usr.bin/cvs/cvsbug/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.4 1996/08/20 23:55:14 peter Exp $ +# $Id: Makefile,v 1.4.2.1 1997/06/28 03:27:51 peter Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/gnu/usr.bin/cvs/doc/Makefile b/gnu/usr.bin/cvs/doc/Makefile index 01fa0e120da0..c0a58165393e 100644 --- a/gnu/usr.bin/cvs/doc/Makefile +++ b/gnu/usr.bin/cvs/doc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.5.2.1 1997/04/11 16:58:19 asami Exp $ +# $Id: Makefile,v 1.5.2.2 1997/06/28 03:27:52 peter Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile index 2760f55b9bad..f5961fb55726 100644 --- a/gnu/usr.bin/cvs/lib/Makefile +++ b/gnu/usr.bin/cvs/lib/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1996/08/20 23:56:38 peter Exp $ +# $Id: Makefile,v 1.11.2.1 1997/06/28 03:27:52 peter Exp $ .include "${.CURDIR}/../Makefile.inc" diff --git a/gnu/usr.bin/cvs/tools/Makefile b/gnu/usr.bin/cvs/tools/Makefile index f54e35566d57..c273dbacaec5 100644 --- a/gnu/usr.bin/cvs/tools/Makefile +++ b/gnu/usr.bin/cvs/tools/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.7 1995/12/11 01:58:50 peter Exp $ +# $Id: Makefile,v 1.1 1996/08/21 00:04:28 peter Exp $ .include "${.CURDIR}/../Makefile.inc" |
