summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 17:54:45 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 17:54:45 +0000
commite9d867ef5010fbab8d48045c13025636f5cd7479 (patch)
treed05864815761299c3ff4001b8ea7fef526e5273f /usr.bin/make/parse.c
parent55b7fa6d0b1423be9f9ec5d5c060fa5e9982861e (diff)
Add RCS identifiers.
Diffstat (limited to 'usr.bin/make/parse.c')
-rw-r--r--usr.bin/make/parse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index c5578a62bd5..4ce382b243e 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -37,7 +37,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)parse.c 5.18 (Berkeley) 2/19/91";
+/*static char sccsid[] = "from: @(#)parse.c 5.18 (Berkeley) 2/19/91";*/
+static char rcsid[] = "$Id: parse.c,v 1.2 1993/08/01 18:11:44 mycroft Exp $";
#endif /* not lint */
/*-