diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1995-12-11 04:24:11 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1995-12-11 04:24:11 +0000 |
| commit | c3fda50ba5d12fa986a82de7b66138d317516393 (patch) | |
| tree | 78866616d87f015a07fa6931db0dbe5a2d468e87 /gnu | |
| parent | db181d69a64a30a1fe738229122341f6b54107a3 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cvs/cvs/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/cvsbug/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/cvs/cvsinit/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index 4c4ae0a5a9eb..94c505f015d6 100644 --- a/gnu/usr.bin/cvs/cvs/Makefile +++ b/gnu/usr.bin/cvs/cvs/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.11 1995/12/10 23:01:41 peter Exp $ +# $Id: Makefile,v 1.12 1995/12/11 02:22:27 peter Exp $ PROG= cvs MAN1= cvs.1 MAN5= cvs.5 -SRCS = add.c admin.c checkin.c checkout.c classify.c client.c commit.c \ +SRCS= add.c admin.c checkin.c checkout.c classify.c client.c commit.c \ create_adm.c cvsrc.c diff.c entries.c expand_path.c find_names.c \ history.c ignore.c import.c lock.c log.c login.c logmsg.c main.c \ modules.c no_diff.c parseinfo.c patch.c rcs.c rcscmds.c recurse.c \ diff --git a/gnu/usr.bin/cvs/cvsbug/Makefile b/gnu/usr.bin/cvs/cvsbug/Makefile index b2644bf0d631..336fd135ef7f 100644 --- a/gnu/usr.bin/cvs/cvsbug/Makefile +++ b/gnu/usr.bin/cvs/cvsbug/Makefile @@ -1,8 +1,8 @@ -# $Id: Makefile,v 1.1 1995/12/10 23:05:53 peter Exp $ +# $Id: Makefile,v 1.2 1995/12/11 01:58:51 peter Exp $ MAN8= cvsbug.8 -CLEANFILES+= cvsbug +CLEANFILES+= cvsbug ver .SUFFIXES: .sh diff --git a/gnu/usr.bin/cvs/cvsinit/Makefile b/gnu/usr.bin/cvs/cvsinit/Makefile index 1af01d34575d..7392114ce526 100644 --- a/gnu/usr.bin/cvs/cvsinit/Makefile +++ b/gnu/usr.bin/cvs/cvsinit/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.3 1995/12/10 23:06:37 peter Exp $ +# $Id: Makefile,v 1.4 1995/12/11 01:58:53 peter Exp $ MAN8= cvsinit.8 EXAMPDIR= /usr/share/examples/cvs -CLEANFILES+= cvsinit +CLEANFILES+= cvsinit ver .SUFFIXES: .sh |
