diff options
Diffstat (limited to 'usr.bin/make')
52 files changed, 89 insertions, 39 deletions
diff --git a/usr.bin/make/Makefile.boot b/usr.bin/make/Makefile.boot index e6913c7342e..66299345ee6 100644 --- a/usr.bin/make/Makefile.boot +++ b/usr.bin/make/Makefile.boot @@ -1,6 +1,6 @@ +# $OpenBSD: Makefile.boot,v 1.2 1996/06/26 05:36:24 deraadt Exp $ # $NetBSD: Makefile.boot,v 1.5 1995/06/14 15:18:43 christos Exp $ # a very simple makefile... -# $Id: Makefile.boot,v 1.1 1995/10/18 08:45:41 deraadt Exp $ # # You only want to use this if you aren't running NetBSD. # diff --git a/usr.bin/make/PSD.doc/Makefile b/usr.bin/make/PSD.doc/Makefile index 8e1f1fa0705..03035172233 100644 --- a/usr.bin/make/PSD.doc/Makefile +++ b/usr.bin/make/PSD.doc/Makefile @@ -1,5 +1,5 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:36:40 deraadt Exp $ # $NetBSD: Makefile,v 1.2 1995/06/14 15:20:23 christos Exp $ -# @(#)Makefile 8.1 (Berkeley) 8/14/93 DIR= psd/12.make SRCS= tutorial.ms diff --git a/usr.bin/make/bit.h b/usr.bin/make/bit.h index d1b08a37011..0e5be5afd99 100644 --- a/usr.bin/make/bit.h +++ b/usr.bin/make/bit.h @@ -1,3 +1,4 @@ +/* $OpenBSD: bit.h,v 1.3 1996/06/26 05:36:25 deraadt Exp $ */ /* $NetBSD: bit.h,v 1.5 1995/11/08 02:30:53 christos Exp $ */ /* diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c index 52179007773..ed7ee422806 100644 --- a/usr.bin/make/buf.c +++ b/usr.bin/make/buf.c @@ -1,3 +1,4 @@ +/* $OpenBSD: buf.c,v 1.3 1996/06/26 05:36:25 deraadt Exp $ */ /* $NetBSD: buf.c,v 1.7 1996/03/29 02:17:13 jtc Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)buf.c 5.5 (Berkeley) 12/28/90"; #else -static char rcsid[] = "$NetBSD: buf.c,v 1.7 1996/03/29 02:17:13 jtc Exp $"; +static char rcsid[] = "$OpenBSD: buf.c,v 1.3 1996/06/26 05:36:25 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h index bb80e92800c..e345eadf032 100644 --- a/usr.bin/make/buf.h +++ b/usr.bin/make/buf.h @@ -1,3 +1,4 @@ +/* $OpenBSD: buf.h,v 1.2 1996/06/26 05:36:26 deraadt Exp $ */ /* $NetBSD: buf.h,v 1.5 1995/06/14 15:18:53 christos Exp $ */ /* diff --git a/usr.bin/make/compat.c b/usr.bin/make/compat.c index 394ed30b739..7534cbeea71 100644 --- a/usr.bin/make/compat.c +++ b/usr.bin/make/compat.c @@ -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,7 +43,7 @@ #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 $"; +static char rcsid[] = "$OpenBSD: compat.c,v 1.3 1996/06/26 05:36:27 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index 4be0a899e86..a9ecacd441d 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -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 */ diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index f49e7d62c31..f09a149ea0c 100644 --- a/usr.bin/make/config.h +++ b/usr.bin/make/config.h @@ -1,3 +1,4 @@ +/* $OpenBSD: config.h,v 1.3 1996/06/26 05:36:28 deraadt Exp $ */ /* $NetBSD: config.h,v 1.5 1996/02/04 20:34:43 christos Exp $ */ /* diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c index 75eb6e3bb2e..fa1f8fa7e60 100644 --- a/usr.bin/make/dir.c +++ b/usr.bin/make/dir.c @@ -1,3 +1,4 @@ +/* $OpenBSD: dir.c,v 1.4 1996/06/26 05:36:29 deraadt Exp $ */ /* $NetBSD: dir.c,v 1.10 1996/02/04 22:20:38 christos Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)dir.c 5.6 (Berkeley) 12/28/90"; #else -static char rcsid[] = "$NetBSD: dir.c,v 1.10 1996/02/04 22:20:38 christos Exp $"; +static char rcsid[] = "$OpenBSD: dir.c,v 1.4 1996/06/26 05:36:29 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h index ea74418c032..e0bf9bf2767 100644 --- a/usr.bin/make/dir.h +++ b/usr.bin/make/dir.h @@ -1,3 +1,4 @@ +/* $OpenBSD: dir.h,v 1.2 1996/06/26 05:36:30 deraadt Exp $ */ /* $NetBSD: dir.h,v 1.3 1995/06/14 15:19:11 christos Exp $ */ /* diff --git a/usr.bin/make/extern.h b/usr.bin/make/extern.h index d1b948ecf54..719f2fb00c7 100644 --- a/usr.bin/make/extern.h +++ b/usr.bin/make/extern.h @@ -1,3 +1,4 @@ +/* $OpenBSD: extern.h,v 1.4 1996/06/26 05:36:35 deraadt Exp $ */ /* $NetBSD: nonints.h,v 1.9 1996/03/31 21:30:07 christos Exp $ */ /*- diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 3ca1b8bd40a..5c16d2dedc7 100644 --- a/usr.bin/make/for.c +++ b/usr.bin/make/for.c @@ -1,3 +1,4 @@ +/* $OpenBSD: for.c,v 1.2 1996/06/26 05:36:30 deraadt Exp $ */ /* $NetBSD: for.c,v 1.3 1995/06/14 15:19:13 christos Exp $ */ /* @@ -37,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)for.c 5.6 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: for.c,v 1.3 1995/06/14 15:19:13 christos Exp $"; +static char rcsid[] = "$OpenBSD: for.c,v 1.2 1996/06/26 05:36:30 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c index 38bfa41062c..f6b6c0dcfe9 100644 --- a/usr.bin/make/hash.c +++ b/usr.bin/make/hash.c @@ -1,3 +1,4 @@ +/* $OpenBSD: hash.c,v 1.2 1996/06/26 05:36:31 deraadt Exp $ */ /* $NetBSD: hash.c,v 1.5 1995/06/14 15:19:15 christos Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)hash.c 5.5 (Berkeley) 12/28/90"; #else -static char rcsid[] = "$NetBSD: hash.c,v 1.5 1995/06/14 15:19:15 christos Exp $"; +static char rcsid[] = "$OpenBSD: hash.c,v 1.2 1996/06/26 05:36:31 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h index 107e7bae976..b3fd39ebfc7 100644 --- a/usr.bin/make/hash.h +++ b/usr.bin/make/hash.h @@ -1,3 +1,4 @@ +/* $OpenBSD: hash.h,v 1.2 1996/06/26 05:36:31 deraadt Exp $ */ /* $NetBSD: hash.h,v 1.4 1995/06/14 15:19:18 christos Exp $ */ /* diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 112bad95ce5..0474a423106 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -1,3 +1,4 @@ +/* $OpenBSD: job.c,v 1.4 1996/06/26 05:36:32 deraadt Exp $ */ /* $NetBSD: job.c,v 1.14 1996/02/04 22:20:42 christos Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)job.c 5.15 (Berkeley) 3/1/91"; #else -static char rcsid[] = "$NetBSD: job.c,v 1.14 1996/02/04 22:20:42 christos Exp $"; +static char rcsid[] = "$OpenBSD: job.c,v 1.4 1996/06/26 05:36:32 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h index edace0898d0..bf6ac28e953 100644 --- a/usr.bin/make/job.h +++ b/usr.bin/make/job.h @@ -1,3 +1,4 @@ +/* $OpenBSD: job.h,v 1.2 1996/06/26 05:36:34 deraadt Exp $ */ /* $NetBSD: job.h,v 1.4 1995/06/14 15:19:26 christos Exp $ */ /* diff --git a/usr.bin/make/list.h b/usr.bin/make/list.h index 9752035e321..e00496aaf08 100644 --- a/usr.bin/make/list.h +++ b/usr.bin/make/list.h @@ -1,3 +1,4 @@ +/* $OpenBSD: list.h,v 1.2 1996/06/26 05:36:34 deraadt Exp $ */ /* $NetBSD: list.h,v 1.4 1995/06/14 15:19:28 christos Exp $ */ /* diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h index e48945bcb69..1c5e48b2972 100644 --- a/usr.bin/make/lst.h +++ b/usr.bin/make/lst.h @@ -1,3 +1,4 @@ +/* $OpenBSD: lst.h,v 1.3 1996/06/26 05:36:35 deraadt Exp $ */ /* $NetBSD: lst.h,v 1.6 1996/02/04 22:20:46 christos Exp $ */ /* diff --git a/usr.bin/make/lst.lib/Makefile b/usr.bin/make/lst.lib/Makefile index 1079931cad6..ce6ae605150 100644 --- a/usr.bin/make/lst.lib/Makefile +++ b/usr.bin/make/lst.lib/Makefile @@ -1,3 +1,4 @@ +# $OpenBSD: Makefile,v 1.2 1996/06/26 05:36:41 deraadt Exp $ # $NetBSD: Makefile,v 1.3 1995/06/14 15:20:42 christos Exp $ OBJ=lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o \ diff --git a/usr.bin/make/lst.lib/lstAppend.c b/usr.bin/make/lst.lib/lstAppend.c index 927e595555c..7ea02024a8a 100644 --- a/usr.bin/make/lst.lib/lstAppend.c +++ b/usr.bin/make/lst.lib/lstAppend.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstAppend.c,v 1.2 1996/06/26 05:36:42 deraadt Exp $ */ /* $NetBSD: lstAppend.c,v 1.4 1995/06/14 15:20:44 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstAppend.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstAppend.c,v 1.4 1995/06/14 15:20:44 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstAppend.c,v 1.2 1996/06/26 05:36:42 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstAtEnd.c b/usr.bin/make/lst.lib/lstAtEnd.c index 7d95d77b106..182d563e801 100644 --- a/usr.bin/make/lst.lib/lstAtEnd.c +++ b/usr.bin/make/lst.lib/lstAtEnd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstAtEnd.c,v 1.2 1996/06/26 05:36:42 deraadt Exp $ */ /* $NetBSD: lstAtEnd.c,v 1.4 1995/06/14 15:20:46 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstAtEnd.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstAtEnd.c,v 1.4 1995/06/14 15:20:46 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstAtEnd.c,v 1.2 1996/06/26 05:36:42 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstAtFront.c b/usr.bin/make/lst.lib/lstAtFront.c index 3a95a2738d0..0f9d84d1b3c 100644 --- a/usr.bin/make/lst.lib/lstAtFront.c +++ b/usr.bin/make/lst.lib/lstAtFront.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstAtFront.c,v 1.2 1996/06/26 05:36:43 deraadt Exp $ */ /* $NetBSD: lstAtFront.c,v 1.4 1995/06/14 15:20:48 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstAtFront.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstAtFront.c,v 1.4 1995/06/14 15:20:48 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstAtFront.c,v 1.2 1996/06/26 05:36:43 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstClose.c b/usr.bin/make/lst.lib/lstClose.c index 436f407b99b..5e60381a63b 100644 --- a/usr.bin/make/lst.lib/lstClose.c +++ b/usr.bin/make/lst.lib/lstClose.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstClose.c,v 1.2 1996/06/26 05:36:43 deraadt Exp $ */ /* $NetBSD: lstClose.c,v 1.4 1995/06/14 15:20:50 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstClose.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstClose.c,v 1.4 1995/06/14 15:20:50 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstClose.c,v 1.2 1996/06/26 05:36:43 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstConcat.c b/usr.bin/make/lst.lib/lstConcat.c index 8fee761f795..b2a74476308 100644 --- a/usr.bin/make/lst.lib/lstConcat.c +++ b/usr.bin/make/lst.lib/lstConcat.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstConcat.c,v 1.2 1996/06/26 05:36:44 deraadt Exp $ */ /* $NetBSD: lstConcat.c,v 1.5 1995/06/14 15:20:53 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstConcat.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstConcat.c,v 1.5 1995/06/14 15:20:53 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstConcat.c,v 1.2 1996/06/26 05:36:44 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstDatum.c b/usr.bin/make/lst.lib/lstDatum.c index 64e93a52649..93df0beee50 100644 --- a/usr.bin/make/lst.lib/lstDatum.c +++ b/usr.bin/make/lst.lib/lstDatum.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstDatum.c,v 1.2 1996/06/26 05:36:45 deraadt Exp $ */ /* $NetBSD: lstDatum.c,v 1.4 1995/06/14 15:20:54 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstDatum.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstDatum.c,v 1.4 1995/06/14 15:20:54 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstDatum.c,v 1.2 1996/06/26 05:36:45 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstDeQueue.c b/usr.bin/make/lst.lib/lstDeQueue.c index a7ac8d9f314..21e0f6f2591 100644 --- a/usr.bin/make/lst.lib/lstDeQueue.c +++ b/usr.bin/make/lst.lib/lstDeQueue.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstDeQueue.c,v 1.2 1996/06/26 05:36:45 deraadt Exp $ */ /* $NetBSD: lstDeQueue.c,v 1.4 1995/06/14 15:20:56 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstDeQueue.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstDeQueue.c,v 1.4 1995/06/14 15:20:56 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstDeQueue.c,v 1.2 1996/06/26 05:36:45 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstDestroy.c b/usr.bin/make/lst.lib/lstDestroy.c index ed772b6aa05..3f23577f5a5 100644 --- a/usr.bin/make/lst.lib/lstDestroy.c +++ b/usr.bin/make/lst.lib/lstDestroy.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstDestroy.c,v 1.2 1996/06/26 05:36:46 deraadt Exp $ */ /* $NetBSD: lstDestroy.c,v 1.5 1995/06/14 15:20:58 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstDestroy.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstDestroy.c,v 1.5 1995/06/14 15:20:58 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstDestroy.c,v 1.2 1996/06/26 05:36:46 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstDupl.c b/usr.bin/make/lst.lib/lstDupl.c index a0bf09e0c8d..d509f7e8421 100644 --- a/usr.bin/make/lst.lib/lstDupl.c +++ b/usr.bin/make/lst.lib/lstDupl.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstDupl.c,v 1.2 1996/06/26 05:36:46 deraadt Exp $ */ /* $NetBSD: lstDupl.c,v 1.5 1995/06/14 15:21:02 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstDupl.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstDupl.c,v 1.5 1995/06/14 15:21:02 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstDupl.c,v 1.2 1996/06/26 05:36:46 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstEnQueue.c b/usr.bin/make/lst.lib/lstEnQueue.c index da344d8560b..657dfb66c3e 100644 --- a/usr.bin/make/lst.lib/lstEnQueue.c +++ b/usr.bin/make/lst.lib/lstEnQueue.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstEnQueue.c,v 1.2 1996/06/26 05:36:47 deraadt Exp $ */ /* $NetBSD: lstEnQueue.c,v 1.4 1995/06/14 15:21:04 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstEnQueue.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstEnQueue.c,v 1.4 1995/06/14 15:21:04 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstEnQueue.c,v 1.2 1996/06/26 05:36:47 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstFind.c b/usr.bin/make/lst.lib/lstFind.c index f226a1a551b..76e7ea8e36d 100644 --- a/usr.bin/make/lst.lib/lstFind.c +++ b/usr.bin/make/lst.lib/lstFind.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstFind.c,v 1.2 1996/06/26 05:36:47 deraadt Exp $ */ /* $NetBSD: lstFind.c,v 1.5 1995/06/14 15:21:07 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstFind.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstFind.c,v 1.5 1995/06/14 15:21:07 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstFind.c,v 1.2 1996/06/26 05:36:47 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstFindFrom.c b/usr.bin/make/lst.lib/lstFindFrom.c index 1e619d3b45a..6a2dcc3bd1f 100644 --- a/usr.bin/make/lst.lib/lstFindFrom.c +++ b/usr.bin/make/lst.lib/lstFindFrom.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstFindFrom.c,v 1.2 1996/06/26 05:36:48 deraadt Exp $ */ /* $NetBSD: lstFindFrom.c,v 1.5 1995/06/14 15:21:09 christos Exp $ */ /* @@ -38,7 +39,7 @@ #ifndef lint /* from: static char sccsid[] = "@(#)lstFindFrom.c 5.3 (Berkeley) 6/1/90"; */ -static char *rcsid = "$Id: lstFindFrom.c,v 1.1 1995/10/18 08:45:45 deraadt Exp $"; +static char *rcsid = "$OpenBSD: lstFindFrom.c,v 1.2 1996/06/26 05:36:48 deraadt Exp $"; #endif /* not lint */ /*- diff --git a/usr.bin/make/lst.lib/lstFirst.c b/usr.bin/make/lst.lib/lstFirst.c index ba988eed083..3e50796cfaf 100644 --- a/usr.bin/make/lst.lib/lstFirst.c +++ b/usr.bin/make/lst.lib/lstFirst.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstFirst.c,v 1.2 1996/06/26 05:36:48 deraadt Exp $ */ /* $NetBSD: lstFirst.c,v 1.4 1995/06/14 15:21:12 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstFirst.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstFirst.c,v 1.4 1995/06/14 15:21:12 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstFirst.c,v 1.2 1996/06/26 05:36:48 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstForEach.c b/usr.bin/make/lst.lib/lstForEach.c index 93628676253..05c1b0872c3 100644 --- a/usr.bin/make/lst.lib/lstForEach.c +++ b/usr.bin/make/lst.lib/lstForEach.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstForEach.c,v 1.2 1996/06/26 05:36:49 deraadt Exp $ */ /* $NetBSD: lstForEach.c,v 1.5 1995/06/14 15:21:14 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstForEach.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstForEach.c,v 1.5 1995/06/14 15:21:14 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstForEach.c,v 1.2 1996/06/26 05:36:49 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstForEachFrom.c b/usr.bin/make/lst.lib/lstForEachFrom.c index 4451404c087..5b62fab89e1 100644 --- a/usr.bin/make/lst.lib/lstForEachFrom.c +++ b/usr.bin/make/lst.lib/lstForEachFrom.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstForEachFrom.c,v 1.2 1996/06/26 05:36:50 deraadt Exp $ */ /* $NetBSD: lstForEachFrom.c,v 1.4 1995/06/14 15:21:16 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstForEachFrom.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstForEachFrom.c,v 1.4 1995/06/14 15:21:16 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstForEachFrom.c,v 1.2 1996/06/26 05:36:50 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstInit.c b/usr.bin/make/lst.lib/lstInit.c index a69bd2dd5c0..f1ea3687c29 100644 --- a/usr.bin/make/lst.lib/lstInit.c +++ b/usr.bin/make/lst.lib/lstInit.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstInit.c,v 1.2 1996/06/26 05:36:50 deraadt Exp $ */ /* $NetBSD: lstInit.c,v 1.4 1995/06/14 15:21:18 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstInit.c 5.4 (Berkeley) 12/28/90"; #else -static char rcsid[] = "$NetBSD: lstInit.c,v 1.4 1995/06/14 15:21:18 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstInit.c,v 1.2 1996/06/26 05:36:50 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstInsert.c b/usr.bin/make/lst.lib/lstInsert.c index 4abd1cf6125..95e9a0ddc35 100644 --- a/usr.bin/make/lst.lib/lstInsert.c +++ b/usr.bin/make/lst.lib/lstInsert.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstInsert.c,v 1.2 1996/06/26 05:36:51 deraadt Exp $ */ /* $NetBSD: lstInsert.c,v 1.4 1995/06/14 15:21:21 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstInsert.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstInsert.c,v 1.4 1995/06/14 15:21:21 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstInsert.c,v 1.2 1996/06/26 05:36:51 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstInt.h b/usr.bin/make/lst.lib/lstInt.h index 72da78eb4df..d770d6f3711 100644 --- a/usr.bin/make/lst.lib/lstInt.h +++ b/usr.bin/make/lst.lib/lstInt.h @@ -1,3 +1,4 @@ +/* $OpenBSD: lstInt.h,v 1.3 1996/06/26 05:36:51 deraadt Exp $ */ /* $NetBSD: lstInt.h,v 1.6 1995/11/10 21:27:27 cgd Exp $ */ /* diff --git a/usr.bin/make/lst.lib/lstIsAtEnd.c b/usr.bin/make/lst.lib/lstIsAtEnd.c index 5ae21b283d8..3505bac30c6 100644 --- a/usr.bin/make/lst.lib/lstIsAtEnd.c +++ b/usr.bin/make/lst.lib/lstIsAtEnd.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstIsAtEnd.c,v 1.2 1996/06/26 05:36:52 deraadt Exp $ */ /* $NetBSD: lstIsAtEnd.c,v 1.4 1995/06/14 15:21:25 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstIsAtEnd.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstIsAtEnd.c,v 1.4 1995/06/14 15:21:25 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstIsAtEnd.c,v 1.2 1996/06/26 05:36:52 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstIsEmpty.c b/usr.bin/make/lst.lib/lstIsEmpty.c index 1280bd436bc..4d50401c191 100644 --- a/usr.bin/make/lst.lib/lstIsEmpty.c +++ b/usr.bin/make/lst.lib/lstIsEmpty.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstIsEmpty.c,v 1.2 1996/06/26 05:36:52 deraadt Exp $ */ /* $NetBSD: lstIsEmpty.c,v 1.4 1995/06/14 15:21:27 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstIsEmpty.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstIsEmpty.c,v 1.4 1995/06/14 15:21:27 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstIsEmpty.c,v 1.2 1996/06/26 05:36:52 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstLast.c b/usr.bin/make/lst.lib/lstLast.c index f822d56fbc7..f9012cc14e9 100644 --- a/usr.bin/make/lst.lib/lstLast.c +++ b/usr.bin/make/lst.lib/lstLast.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstLast.c,v 1.2 1996/06/26 05:36:53 deraadt Exp $ */ /* $NetBSD: lstLast.c,v 1.4 1995/06/14 15:21:29 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstLast.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstLast.c,v 1.4 1995/06/14 15:21:29 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstLast.c,v 1.2 1996/06/26 05:36:53 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstMember.c b/usr.bin/make/lst.lib/lstMember.c index fec34685660..9cf2a98831b 100644 --- a/usr.bin/make/lst.lib/lstMember.c +++ b/usr.bin/make/lst.lib/lstMember.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstMember.c,v 1.2 1996/06/26 05:36:53 deraadt Exp $ */ /* $NetBSD: lstMember.c,v 1.4 1995/06/14 15:21:32 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstMember.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstMember.c,v 1.4 1995/06/14 15:21:32 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstMember.c,v 1.2 1996/06/26 05:36:53 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstNext.c b/usr.bin/make/lst.lib/lstNext.c index 1ddcc4b1d23..90e7e49d7c7 100644 --- a/usr.bin/make/lst.lib/lstNext.c +++ b/usr.bin/make/lst.lib/lstNext.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstNext.c,v 1.2 1996/06/26 05:36:54 deraadt Exp $ */ /* $NetBSD: lstNext.c,v 1.4 1995/06/14 15:21:35 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstNext.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstNext.c,v 1.4 1995/06/14 15:21:35 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstNext.c,v 1.2 1996/06/26 05:36:54 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstOpen.c b/usr.bin/make/lst.lib/lstOpen.c index e2df9aba1dd..532c833d298 100644 --- a/usr.bin/make/lst.lib/lstOpen.c +++ b/usr.bin/make/lst.lib/lstOpen.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstOpen.c,v 1.2 1996/06/26 05:36:54 deraadt Exp $ */ /* $NetBSD: lstOpen.c,v 1.4 1995/06/14 15:21:37 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstOpen.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstOpen.c,v 1.4 1995/06/14 15:21:37 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstOpen.c,v 1.2 1996/06/26 05:36:54 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstRemove.c b/usr.bin/make/lst.lib/lstRemove.c index 6c3f8fe9b53..4e8ffce1814 100644 --- a/usr.bin/make/lst.lib/lstRemove.c +++ b/usr.bin/make/lst.lib/lstRemove.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstRemove.c,v 1.2 1996/06/26 05:36:55 deraadt Exp $ */ /* $NetBSD: lstRemove.c,v 1.4 1995/06/14 15:21:39 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstRemove.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstRemove.c,v 1.4 1995/06/14 15:21:39 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstRemove.c,v 1.2 1996/06/26 05:36:55 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstReplace.c b/usr.bin/make/lst.lib/lstReplace.c index 2476a42fd8f..8c8ce83741f 100644 --- a/usr.bin/make/lst.lib/lstReplace.c +++ b/usr.bin/make/lst.lib/lstReplace.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstReplace.c,v 1.2 1996/06/26 05:36:56 deraadt Exp $ */ /* $NetBSD: lstReplace.c,v 1.4 1995/06/14 15:21:41 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstReplace.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstReplace.c,v 1.4 1995/06/14 15:21:41 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstReplace.c,v 1.2 1996/06/26 05:36:56 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/lst.lib/lstSucc.c b/usr.bin/make/lst.lib/lstSucc.c index 2258fd576d5..be0ceaaa4d7 100644 --- a/usr.bin/make/lst.lib/lstSucc.c +++ b/usr.bin/make/lst.lib/lstSucc.c @@ -1,3 +1,4 @@ +/* $OpenBSD: lstSucc.c,v 1.2 1996/06/26 05:36:56 deraadt Exp $ */ /* $NetBSD: lstSucc.c,v 1.4 1995/06/14 15:21:42 christos Exp $ */ /* @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)lstSucc.c 5.3 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: lstSucc.c,v 1.4 1995/06/14 15:21:42 christos Exp $"; +static char rcsid[] = "$OpenBSD: lstSucc.c,v 1.2 1996/06/26 05:36:56 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/nonints.h b/usr.bin/make/nonints.h index d1b948ecf54..87c9b328611 100644 --- a/usr.bin/make/nonints.h +++ b/usr.bin/make/nonints.h @@ -1,3 +1,4 @@ +/* $OpenBSD: nonints.h,v 1.4 1996/06/26 05:36:35 deraadt Exp $ */ /* $NetBSD: nonints.h,v 1.9 1996/03/31 21:30:07 christos Exp $ */ /*- diff --git a/usr.bin/make/sprite.h b/usr.bin/make/sprite.h index 153804e01eb..b746de933c8 100644 --- a/usr.bin/make/sprite.h +++ b/usr.bin/make/sprite.h @@ -1,3 +1,4 @@ +/* $OpenBSD: sprite.h,v 1.2 1996/06/26 05:36:36 deraadt Exp $ */ /* $NetBSD: sprite.h,v 1.5 1995/06/14 15:19:54 christos Exp $ */ /* diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 94dacf99a89..a4e19c1a4e4 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -1,3 +1,4 @@ +/* $OpenBSD: str.c,v 1.4 1996/06/26 05:36:37 deraadt Exp $ */ /* $NetBSD: str.c,v 1.12 1996/03/29 02:17:34 jtc Exp $ */ /*- @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)str.c 5.8 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: str.c,v 1.12 1996/03/29 02:17:34 jtc Exp $"; +static char rcsid[] = "$OpenBSD: str.c,v 1.4 1996/06/26 05:36:37 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 43b94d5247a..a2c045bbeba 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -1,3 +1,4 @@ +/* $OpenBSD: suff.c,v 1.3 1996/06/26 05:36:38 deraadt Exp $ */ /* $NetBSD: suff.c,v 1.11 1995/11/02 23:55:08 christos Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)suff.c 5.6 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: suff.c,v 1.11 1995/11/02 23:55:08 christos Exp $"; +static char rcsid[] = "$OpenBSD: suff.c,v 1.3 1996/06/26 05:36:38 deraadt Exp $"; #endif #endif /* not lint */ diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c index b3ddf6a9faf..767551e9434 100644 --- a/usr.bin/make/util.c +++ b/usr.bin/make/util.c @@ -1,3 +1,4 @@ +/* $OpenBSD: util.c,v 1.3 1996/06/26 05:36:38 deraadt Exp $ */ /* $NetBSD: util.c,v 1.5 1995/11/22 17:40:17 christos Exp $ */ /* @@ -6,7 +7,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: util.c,v 1.2 1995/12/14 03:23:39 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.3 1996/06/26 05:36:38 deraadt Exp $"; #endif #include <stdio.h> diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c index 28ae8b7304a..15ee8d72598 100644 --- a/usr.bin/make/var.c +++ b/usr.bin/make/var.c @@ -1,3 +1,4 @@ +/* $OpenBSD: var.c,v 1.3 1996/06/26 05:36:39 deraadt Exp $ */ /* $NetBSD: var.c,v 1.12 1995/11/02 23:55:12 christos Exp $ */ /* @@ -42,7 +43,7 @@ #if 0 static char sccsid[] = "@(#)var.c 5.7 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$NetBSD: var.c,v 1.12 1995/11/02 23:55:12 christos Exp $"; +static char rcsid[] = "$OpenBSD: var.c,v 1.3 1996/06/26 05:36:39 deraadt Exp $"; #endif #endif /* not lint */ |