diff options
author | peter <peter@FreeBSD.org> | 1995-12-11 04:24:11 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1995-12-11 04:24:11 +0000 |
commit | 0e4700269e1c805f7d7e0caae28fbaebf096ac31 (patch) | |
tree | 78866616d87f015a07fa6931db0dbe5a2d468e87 | |
parent | 14d68eb9243d83411387133fbe29d741797b86cf (diff) | |
download | FreeBSD-src-0e4700269e1c805f7d7e0caae28fbaebf096ac31.zip FreeBSD-src-0e4700269e1c805f7d7e0caae28fbaebf096ac31.tar.gz |
Whitespace cleanup, add forgotten file to CLEANFILES..
-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 4c4ae0a..94c505f 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 b2644bf..336fd13 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 1af01d3..7392114 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 |