summaryrefslogtreecommitdiff
path: root/usr.bin/make/parse.c
diff options
context:
space:
mode:
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 */
/*-