diff options
Diffstat (limited to 'usr.bin/make/targ.c')
| -rw-r--r-- | usr.bin/make/targ.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c index 824a3d6cd0a..8501ca6aaf0 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)targ.c 5.9 (Berkeley) 3/1/91"; +/*static char sccsid[] = "from: @(#)targ.c 5.9 (Berkeley) 3/1/91";*/ +static char rcsid[] = "$Id: targ.c,v 1.2 1993/08/01 18:11:39 mycroft Exp $"; #endif /* not lint */ /*- |
