=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/compat.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/make/compat.c 1995/12/14 03:23:28 1.2 --- src/usr.bin/make/compat.c 1996/06/26 05:36:27 1.3 *************** *** 1,3 **** --- 1,4 ---- + /* $OpenBSD: compat.c,v 1.3 1996/06/26 05:36:27 deraadt Exp $ */ /* $NetBSD: compat.c,v 1.13 1995/11/22 17:40:00 christos Exp $ */ /* *************** *** 42,48 **** #if 0 static char sccsid[] = "@(#)compat.c 5.7 (Berkeley) 3/1/91"; #else ! static char rcsid[] = "$NetBSD: compat.c,v 1.13 1995/11/22 17:40:00 christos Exp $"; #endif #endif /* not lint */ --- 43,49 ---- #if 0 static char sccsid[] = "@(#)compat.c 5.7 (Berkeley) 3/1/91"; #else ! static char rcsid[] = "$OpenBSD: compat.c,v 1.3 1996/06/26 05:36:27 deraadt Exp $"; #endif #endif /* not lint */