=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/cond.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/make/cond.c 1995/10/18 08:45:41 1.1 +++ src/usr.bin/make/cond.c 1996/06/26 05:36:28 1.2 @@ -1,3 +1,4 @@ +/* $OpenBSD: cond.c,v 1.2 1996/06/26 05:36:28 deraadt Exp $ */ /* $NetBSD: cond.c,v 1.6 1995/06/14 15:18:58 christos Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)cond.c 5.6 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: cond.c,v 1.6 1995/06/14 15:18:58 christos Exp $"; +static char rcsid[] = "$OpenBSD: cond.c,v 1.2 1996/06/26 05:36:28 deraadt Exp $"; #endif #endif /* not lint */