Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/usr.bin/make/make.c,v rcsdiff: /ftp/cvs/cvsroot/src/usr.bin/make/make.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/usr.bin/make/make.c 1993/03/21 09:45:37 1.1 +++ src/usr.bin/make/make.c 1993/08/01 18:11:46 1.2 @@ -37,7 +37,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)make.c 5.3 (Berkeley) 6/1/90"; +/*static char sccsid[] = "from: @(#)make.c 5.3 (Berkeley) 6/1/90";*/ +static char rcsid[] = "$Id: make.c,v 1.2 1993/08/01 18:11:46 mycroft Exp $"; #endif /* not lint */ /*-