summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1996-08-30 17:59:37 +0000
committerthorpej <thorpej@NetBSD.org>1996-08-30 17:59:37 +0000
commitbbb41843552b7587f3f8deda08444e7d85e98bee (patch)
tree9fb1c338f823e0ac097da33c14a0b8634360813c
parent079402375298445eddaa8bca6a240ae180706069 (diff)
Tidy up some RCS ids a bit.
-rw-r--r--usr.bin/make/Makefile.boot4
-rw-r--r--usr.bin/make/make.13
-rw-r--r--usr.bin/make/pathnames.h3
-rw-r--r--usr.bin/make/targ.c9
-rw-r--r--usr.bin/make/util.c5
5 files changed, 13 insertions, 11 deletions
diff --git a/usr.bin/make/Makefile.boot b/usr.bin/make/Makefile.boot
index 755b14fb477..b8e8001096b 100644
--- a/usr.bin/make/Makefile.boot
+++ b/usr.bin/make/Makefile.boot
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.boot,v 1.6 1996/08/13 16:40:31 christos Exp $
+# $NetBSD: Makefile.boot,v 1.7 1996/08/30 17:59:37 thorpej Exp $
+#
# a very simple makefile...
-# $Id: Makefile.boot,v 1.6 1996/08/13 16:40:31 christos Exp $
#
# You only want to use this if you aren't running NetBSD.
#
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index 30bfb681ec6..1a6ff75386c 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -1,4 +1,5 @@
-.\" $NetBSD: make.1,v 1.14 1996/03/15 21:52:32 christos Exp $
+.\" $NetBSD: make.1,v 1.15 1996/08/30 17:59:40 thorpej Exp $
+.\"
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h
index 296bde2cf34..58216441464 100644
--- a/usr.bin/make/pathnames.h
+++ b/usr.bin/make/pathnames.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pathnames.h,v 1.4 1996/03/06 00:15:26 christos Exp $ */
+/* $NetBSD: pathnames.h,v 1.5 1996/08/30 17:59:41 thorpej Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@@ -33,7 +33,6 @@
* SUCH DAMAGE.
*
* from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90
- * $Id: pathnames.h,v 1.4 1996/03/06 00:15:26 christos Exp $
*/
#define _PATH_OBJDIR "obj"
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c
index f54dec63211..2dd46146224 100644
--- a/usr.bin/make/targ.c
+++ b/usr.bin/make/targ.c
@@ -1,4 +1,4 @@
-/* $NetBSD: targ.c,v 1.8 1996/08/13 16:42:21 christos Exp $ */
+/* $NetBSD: targ.c,v 1.9 1996/08/30 17:59:43 thorpej Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -39,8 +39,11 @@
*/
#ifndef lint
-/* from: static char sccsid[] = "@(#)targ.c 5.9 (Berkeley) 3/1/91"; */
-static char *rcsid = "$Id: targ.c,v 1.8 1996/08/13 16:42:21 christos Exp $";
+#if 0
+static char sccsid[] = "@(#)targ.c 5.9 (Berkeley) 3/1/91";
+#else
+static char *rcsid = "$NetBSD: targ.c,v 1.9 1996/08/30 17:59:43 thorpej Exp $";
+#endif
#endif /* not lint */
/*-
diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c
index f74627d5456..994976f7bf0 100644
--- a/usr.bin/make/util.c
+++ b/usr.bin/make/util.c
@@ -1,12 +1,11 @@
-/* $NetBSD: util.c,v 1.6 1996/08/13 16:41:15 christos Exp $ */
+/* $NetBSD: util.c,v 1.7 1996/08/30 17:59:44 thorpej Exp $ */
/*
* Missing stuff from OS's
- *
*/
#ifndef lint
-static char rcsid[] = "$Id: util.c,v 1.6 1996/08/13 16:41:15 christos Exp $";
+static char rcsid[] = "$NetBSD: util.c,v 1.7 1996/08/30 17:59:44 thorpej Exp $";
#endif
#include <stdio.h>