Correct $OpenBSD$ stuff
authorespie <espie@openbsd.org>
Mon, 19 Jul 2010 19:46:43 +0000 (19:46 +0000)
committerespie <espie@openbsd.org>
Mon, 19 Jul 2010 19:46:43 +0000 (19:46 +0000)
81 files changed:
usr.bin/make/Makefile.boot
usr.bin/make/arch.c
usr.bin/make/arch.h
usr.bin/make/buf.c
usr.bin/make/buf.h
usr.bin/make/cmd_exec.c
usr.bin/make/cmd_exec.h
usr.bin/make/compat.c
usr.bin/make/compat.h
usr.bin/make/cond.c
usr.bin/make/cond.h
usr.bin/make/cond_int.h
usr.bin/make/config.h
usr.bin/make/defines.h
usr.bin/make/dir.c
usr.bin/make/dir.h
usr.bin/make/error.c
usr.bin/make/error.h
usr.bin/make/extern.h
usr.bin/make/for.c
usr.bin/make/for.h
usr.bin/make/garray.h
usr.bin/make/generate.c
usr.bin/make/gnode.h
usr.bin/make/init.c
usr.bin/make/init.h
usr.bin/make/job.c
usr.bin/make/job.h
usr.bin/make/lowparse.c
usr.bin/make/lowparse.h
usr.bin/make/lst.h
usr.bin/make/lst.lib/lstAddNew.c
usr.bin/make/lst.lib/lstAppend.c
usr.bin/make/lst.lib/lstConcat.c
usr.bin/make/lst.lib/lstConcatDestroy.c
usr.bin/make/lst.lib/lstDeQueue.c
usr.bin/make/lst.lib/lstDestroy.c
usr.bin/make/lst.lib/lstDupl.c
usr.bin/make/lst.lib/lstFindFrom.c
usr.bin/make/lst.lib/lstForEachFrom.c
usr.bin/make/lst.lib/lstInit.c
usr.bin/make/lst.lib/lstInsert.c
usr.bin/make/lst.lib/lstInt.h
usr.bin/make/lst.lib/lstMember.c
usr.bin/make/lst.lib/lstRemove.c
usr.bin/make/lst.lib/lstReplace.c
usr.bin/make/lst.lib/lstSucc.c
usr.bin/make/lst_t.h
usr.bin/make/main.c
usr.bin/make/main.h
usr.bin/make/make.1
usr.bin/make/make.c
usr.bin/make/make.h
usr.bin/make/memory.c
usr.bin/make/memory.h
usr.bin/make/parse.c
usr.bin/make/parse.h
usr.bin/make/parsevar.c
usr.bin/make/parsevar.h
usr.bin/make/pathnames.h
usr.bin/make/regress.c
usr.bin/make/stats.c
usr.bin/make/stats.h
usr.bin/make/str.c
usr.bin/make/str.h
usr.bin/make/suff.c
usr.bin/make/suff.h
usr.bin/make/symtable.h
usr.bin/make/targ.c
usr.bin/make/targ.h
usr.bin/make/targequiv.h
usr.bin/make/timestamp.c
usr.bin/make/timestamp.h
usr.bin/make/timestamp_t.h
usr.bin/make/util.c
usr.bin/make/var.c
usr.bin/make/var.h
usr.bin/make/var_int.h
usr.bin/make/varmodifiers.c
usr.bin/make/varmodifiers.h
usr.bin/make/varname.c

index 0a77ef8..18df4dc 100644 (file)
@@ -1,5 +1,4 @@
-#      $OpenPackages: Makefile.boot,v 1.5 2001/04/06 00:09:55 will Exp $
-#      $OpenBSD: Makefile.boot,v 1.9 2010/02/03 20:45:44 miod Exp $
+#      $OpenBSD: Makefile.boot,v 1.10 2010/07/19 19:46:43 espie Exp $
 #
 # a very simple makefile...
 #
index 0e65cd9..aeac77f 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: arch.c,v 1.78 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: arch.c,v 1.79 2010/07/19 19:46:43 espie Exp $ */
 /*     $NetBSD: arch.c,v 1.17 1996/11/06 17:58:59 christos Exp $       */
 
 /*
index 0e7d8ec..73a51e1 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef ARCH_H
 #define ARCH_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: arch.h,v 1.5 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: arch.h,v 1.6 2010/07/19 19:46:43 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index b3eec47..92a9451 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: buf.c,v 1.22 2010/07/19 19:30:37 espie Exp $  */
+/*     $OpenBSD: buf.c,v 1.23 2010/07/19 19:46:43 espie Exp $  */
 /*     $NetBSD: buf.c,v 1.9 1996/12/31 17:53:21 christos Exp $ */
 
 /*
index df07c45..980d15a 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef _BUF_H
 #define _BUF_H
 
-/*     $OpenPackages$ */
-/*     $OpenBSD: buf.h,v 1.18 2010/07/19 19:30:37 espie Exp $  */
+/*     $OpenBSD: buf.h,v 1.19 2010/07/19 19:46:43 espie Exp $  */
 /*     $NetBSD: buf.h,v 1.7 1996/12/31 17:53:22 christos Exp $ */
 
 /*
index 132677f..fad0916 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: cmd_exec.c,v 1.7 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: cmd_exec.c,v 1.8 2010/07/19 19:46:43 espie Exp $ */
 /*
  * Copyright (c) 2001 Marc Espie.
  *
index 3bca2d3..c7735b6 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef CMD_EXEC_H
 #define CMD_EXEC_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: cmd_exec.h,v 1.3 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: cmd_exec.h,v 1.4 2010/07/19 19:46:43 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index e2cb26b..6bbf39a 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: compat.c,v 1.73 2010/04/25 13:59:53 espie Exp $       */
+/*     $OpenBSD: compat.c,v 1.74 2010/07/19 19:46:43 espie Exp $       */
 /*     $NetBSD: compat.c,v 1.14 1996/11/06 17:59:01 christos Exp $     */
 
 /*
index 19b2504..fbdd66f 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef COMPAT_H
 #define COMPAT_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: compat.h,v 1.2 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: compat.h,v 1.3 2010/07/19 19:46:43 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index adb89c7..b1420d3 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: cond.c,v 1.42 2010/04/25 13:59:53 espie Exp $ */
+/*     $OpenBSD: cond.c,v 1.43 2010/07/19 19:46:43 espie Exp $ */
 /*     $NetBSD: cond.c,v 1.7 1996/11/06 17:59:02 christos Exp $        */
 
 /*
index a9ffb06..5b973ca 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef COND_H
 #define COND_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: cond.h,v 1.4 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: cond.h,v 1.5 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index a428f8b..88d4970 100644 (file)
@@ -1,5 +1,4 @@
-/* $OpenPackages$ */
-/* $OpenBSD: cond_int.h,v 1.5 2010/07/19 19:30:37 espie Exp $ */
+/* $OpenBSD: cond_int.h,v 1.6 2010/07/19 19:46:44 espie Exp $ */
 
 /* List of all keywords recognized by the make parser */
 #define COND_IF                "if"
index 0e4f284..1c26df4 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef CONFIG_H
 #define CONFIG_H
 
-/*     $OpenPackages$ */
-/*     $OpenBSD: config.h,v 1.17 2010/07/19 19:30:37 espie Exp $       */
+/*     $OpenBSD: config.h,v 1.18 2010/07/19 19:46:44 espie Exp $       */
 /*     $NetBSD: config.h,v 1.7 1996/11/06 17:59:03 christos Exp $      */
 
 /*
index 2aecd8c..9a18a3c 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef DEFINES_H
 #define DEFINES_H
 
-/*     $OpenPackages$ */
-/*     $OpenBSD: defines.h,v 1.8 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: defines.h,v 1.9 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index 0574d2b..f77adfd 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: dir.c,v 1.58 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: dir.c,v 1.59 2010/07/19 19:46:44 espie Exp $ */
 /*     $NetBSD: dir.c,v 1.14 1997/03/29 16:51:26 christos Exp $        */
 
 /*
index b72b7e4..c1c2880 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef DIR_H
 #define DIR_H
 
-/*     $OpenPackages$ */
-/*     $OpenBSD: dir.h,v 1.25 2010/07/19 19:30:37 espie Exp $  */
+/*     $OpenBSD: dir.h,v 1.26 2010/07/19 19:46:44 espie Exp $  */
 /*     $NetBSD: dir.h,v 1.4 1996/11/06 17:59:05 christos Exp $ */
 
 /*
index e3c9484..c79961b 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: error.c,v 1.18 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: error.c,v 1.19 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index f6a18fb..f81a7ec 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef ERROR_H
 #define ERROR_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: error.h,v 1.10 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: error.h,v 1.11 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index ecc63e0..89797d6 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef EXTERN_H
 #define EXTERN_H
 
-/*     $OpenPackages$ */
-/*     $OpenBSD: extern.h,v 1.42 2010/07/19 19:30:37 espie Exp $       */
+/*     $OpenBSD: extern.h,v 1.43 2010/07/19 19:46:44 espie Exp $       */
 /*     $NetBSD: nonints.h,v 1.12 1996/11/06 17:59:19 christos Exp $    */
 
 /*-
index f9ef535..e22aba5 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: for.c,v 1.41 2010/07/15 10:37:32 espie Exp $  */
+/*     $OpenBSD: for.c,v 1.42 2010/07/19 19:46:44 espie Exp $  */
 /*     $NetBSD: for.c,v 1.4 1996/11/06 17:59:05 christos Exp $ */
 
 /*
index 5a5e8cd..3aa1c6a 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef FOR_H
 #define FOR_H
-/*     $OpenPackages$ */
-/* $OpenBSD: for.h,v 1.4 2010/07/19 19:30:37 espie Exp $ */
+/* $OpenBSD: for.h,v 1.5 2010/07/19 19:46:44 espie Exp $ */
 /*
  * Copyright (c) 2001 Marc Espie.
  *
index 2c98341..01ba165 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef GARRAY_H
 #define GARRAY_H
 
-/* $OpenPackages$ */
-/* $OpenBSD: garray.h,v 1.5 2010/07/19 19:30:37 espie Exp $ */
+/* $OpenBSD: garray.h,v 1.6 2010/07/19 19:46:44 espie Exp $ */
 /* Growable array implementation */
 
 /*
index 13a0558..4ca1a08 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: generate.c,v 1.11 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: generate.c,v 1.12 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index 31e2824..8c17985 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef GNODE_H
 #define GNODE_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: gnode.h,v 1.16 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: gnode.h,v 1.17 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index 0831ddf..9832056 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: init.c,v 1.5 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: init.c,v 1.6 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index 474ba16..2b9ca15 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef INIT_H
 #define INIT_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: init.h,v 1.2 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: init.h,v 1.3 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index f99b3fd..54cb8d1 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: job.c,v 1.119 2010/07/15 10:37:32 espie Exp $ */
+/*     $OpenBSD: job.c,v 1.120 2010/07/19 19:46:44 espie Exp $ */
 /*     $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $        */
 
 /*
index a9b3e1f..8968919 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef _JOB_H_
 #define _JOB_H_
 
-/*     $OpenPackages$ */
-/*     $OpenBSD: job.h,v 1.24 2010/07/19 19:30:37 espie Exp $  */
+/*     $OpenBSD: job.h,v 1.25 2010/07/19 19:46:44 espie Exp $  */
 /*     $NetBSD: job.h,v 1.5 1996/11/06 17:59:10 christos Exp $ */
 
 /*
index 0237cf1..6b5b2d9 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lowparse.c,v 1.23 2010/07/15 10:41:11 espie Exp $ */
+/*     $OpenBSD: lowparse.c,v 1.24 2010/07/19 19:46:44 espie Exp $ */
 
 /* low-level parsing functions. */
 
index a011893..c1b0aef 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef LOWPARSE_H
 #define LOWPARSE_H
 
-/* $OpenPackages$ */
-/* $OpenBSD: lowparse.h,v 1.6 2010/07/19 19:30:37 espie Exp $ */
+/* $OpenBSD: lowparse.h,v 1.7 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 1999 Marc Espie.
index f1c9b03..d4f3903 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef _LST_H_
 #define _LST_H_
 
-/*     $OpenPackages$ */
-/*     $OpenBSD: lst.h,v 1.28 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: lst.h,v 1.29 2010/07/19 19:46:44 espie Exp $ */
 /*     $NetBSD: lst.h,v 1.7 1996/11/06 17:59:12 christos Exp $ */
 
 /*
index fba4fa0..8cf84a6 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstAddNew.c,v 1.7 2007/09/16 09:46:14 espie Exp $     */
+/*     $OpenBSD: lstAddNew.c,v 1.8 2010/07/19 19:46:44 espie Exp $     */
 /* ex:ts=8 sw=4:
  */
 
index 6b95fbd..5734b9f 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstAppend.c,v 1.19 2007/09/16 09:46:14 espie Exp $    */
+/*     $OpenBSD: lstAppend.c,v 1.20 2010/07/19 19:46:44 espie Exp $    */
 /*     $NetBSD: lstAppend.c,v 1.5 1996/11/06 17:59:31 christos Exp $   */
 
 /*
index 4164ffe..d2ff7db 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstConcat.c,v 1.19 2007/09/16 09:46:14 espie Exp $    */
+/*     $OpenBSD: lstConcat.c,v 1.20 2010/07/19 19:46:44 espie Exp $    */
 /*     $NetBSD: lstConcat.c,v 1.6 1996/11/06 17:59:34 christos Exp $   */
 
 /*
index e42f26e..46c48e5 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstConcatDestroy.c,v 1.10 2007/09/16 09:46:14 espie Exp $     */
+/*     $OpenBSD: lstConcatDestroy.c,v 1.11 2010/07/19 19:46:44 espie Exp $     */
 /*     $NetBSD: lstConcat.c,v 1.6 1996/11/06 17:59:34 christos Exp $   */
 
 /*
index fbdb324..9062183 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstDeQueue.c,v 1.18 2007/09/16 09:46:14 espie Exp $   */
+/*     $OpenBSD: lstDeQueue.c,v 1.19 2010/07/19 19:46:44 espie Exp $   */
 /*     $NetBSD: lstDeQueue.c,v 1.5 1996/11/06 17:59:36 christos Exp $  */
 
 /*
index f4c06ce..4d4d497 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstDestroy.c,v 1.19 2007/09/16 09:46:14 espie Exp $   */
+/*     $OpenBSD: lstDestroy.c,v 1.20 2010/07/19 19:46:44 espie Exp $   */
 /*     $NetBSD: lstDestroy.c,v 1.6 1996/11/06 17:59:37 christos Exp $  */
 
 /*
index 272a938..7c09c7b 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstDupl.c,v 1.21 2007/09/16 09:46:14 espie Exp $      */
+/*     $OpenBSD: lstDupl.c,v 1.22 2010/07/19 19:46:44 espie Exp $      */
 /*     $NetBSD: lstDupl.c,v 1.6 1996/11/06 17:59:37 christos Exp $     */
 
 /*
index 3772403..10d9166 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstFindFrom.c,v 1.17 2007/09/16 09:46:14 espie Exp $  */
+/*     $OpenBSD: lstFindFrom.c,v 1.18 2010/07/19 19:46:44 espie Exp $  */
 /*     $NetBSD: lstFindFrom.c,v 1.6 1996/11/06 17:59:40 christos Exp $ */
 
 /*
index 388ac43..ac2f2e8 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstForEachFrom.c,v 1.18 2007/09/16 09:46:14 espie Exp $       */
+/*     $OpenBSD: lstForEachFrom.c,v 1.19 2010/07/19 19:46:44 espie Exp $       */
 /*     $NetBSD: lstForEachFrom.c,v 1.5 1996/11/06 17:59:42 christos Exp $      */
 
 /*
index 9f58088..d503b6b 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstInit.c,v 1.18 2007/09/16 09:46:14 espie Exp $      */
+/*     $OpenBSD: lstInit.c,v 1.19 2010/07/19 19:46:44 espie Exp $      */
 /*     $NetBSD: lstInit.c,v 1.5 1996/11/06 17:59:43 christos Exp $     */
 
 /*
index 446fa66..7be5bab 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstInsert.c,v 1.19 2007/09/16 09:46:14 espie Exp $    */
+/*     $OpenBSD: lstInsert.c,v 1.20 2010/07/19 19:46:44 espie Exp $    */
 /*     $NetBSD: lstInsert.c,v 1.5 1996/11/06 17:59:44 christos Exp $   */
 
 /*
index 9547d8b..f88a8ba 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstInt.h,v 1.14 2003/06/03 02:56:12 millert Exp $     */
+/*     $OpenBSD: lstInt.h,v 1.15 2010/07/19 19:46:44 espie Exp $       */
 /*     $NetBSD: lstInt.h,v 1.7 1996/11/06 17:59:44 christos Exp $      */
 
 /*
index 8422141..5951bf4 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstMember.c,v 1.16 2007/09/16 09:46:14 espie Exp $    */
+/*     $OpenBSD: lstMember.c,v 1.17 2010/07/19 19:46:44 espie Exp $    */
 /*     $NetBSD: lstMember.c,v 1.5 1996/11/06 17:59:48 christos Exp $   */
 
 /*
index 544a490..00d2a0b 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstRemove.c,v 1.18 2007/09/16 09:46:14 espie Exp $    */
+/*     $OpenBSD: lstRemove.c,v 1.19 2010/07/19 19:46:44 espie Exp $    */
 /*     $NetBSD: lstRemove.c,v 1.5 1996/11/06 17:59:50 christos Exp $   */
 
 /*
index 739fc62..fa9dd6a 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstReplace.c,v 1.17 2007/09/16 09:46:14 espie Exp $   */
+/*     $OpenBSD: lstReplace.c,v 1.18 2010/07/19 19:46:44 espie Exp $   */
 /*     $NetBSD: lstReplace.c,v 1.5 1996/11/06 17:59:51 christos Exp $  */
 
 /*
index 8a6055e..285f93f 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lstSucc.c,v 1.16 2007/09/16 09:46:14 espie Exp $      */
+/*     $OpenBSD: lstSucc.c,v 1.17 2010/07/19 19:46:44 espie Exp $      */
 /*     $NetBSD: lstSucc.c,v 1.5 1996/11/06 17:59:52 christos Exp $     */
 
 /*
index 6c84cd9..d94e942 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: lst_t.h,v 1.2 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: lst_t.h,v 1.3 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index d78accb..646e9b8 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: main.c,v 1.94 2010/07/15 10:41:11 espie Exp $ */
+/*     $OpenBSD: main.c,v 1.95 2010/07/19 19:46:44 espie Exp $ */
 /*     $NetBSD: main.c,v 1.34 1997/03/24 20:56:36 gwr Exp $    */
 
 /*
index 0220bd6..469487e 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef MAIN_H
 #define MAIN_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: main.h,v 1.4 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: main.h,v 1.5 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index 6af65a3..cb3508a 100644 (file)
@@ -1,5 +1,4 @@
-.\"    $OpenBSD: make.1,v 1.86 2010/02/04 07:46:20 jmc Exp $
-.\"    $OpenPackages$
+.\"    $OpenBSD: make.1,v 1.87 2010/07/19 19:46:44 espie Exp $
 .\"    $NetBSD: make.1,v 1.18 1997/03/10 21:19:53 christos Exp $
 .\"
 .\" Copyright (c) 1990, 1993
@@ -31,7 +30,7 @@
 .\"
 .\"    from: @(#)make.1        8.4 (Berkeley) 3/19/94
 .\"
-.Dd $Mdocdate: February 4 2010 $
+.Dd $Mdocdate: July 19 2010 $
 .Dt MAKE 1
 .Os
 .Sh NAME
index 1fb27c8..9bb1c84 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: make.c,v 1.60 2009/08/16 09:53:43 espie Exp $ */
+/*     $OpenBSD: make.c,v 1.61 2010/07/19 19:46:44 espie Exp $ */
 /*     $NetBSD: make.c,v 1.10 1996/11/06 17:59:15 christos Exp $       */
 
 /*
index 430bbac..91839fb 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef _MAKE_H_
 #define _MAKE_H_
 
-/*     $OpenPackages$ */
-/*     $OpenBSD: make.h,v 1.37 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: make.h,v 1.38 2010/07/19 19:46:44 espie Exp $ */
 /*     $NetBSD: make.h,v 1.15 1997/03/10 21:20:00 christos Exp $       */
 
 /*
index bb90c15..e3090ee 100644 (file)
@@ -1,5 +1,4 @@
-/* $OpenPackages$ */
-/* $OpenBSD: memory.c,v 1.7 2010/07/19 19:30:37 espie Exp $ */
+/* $OpenBSD: memory.c,v 1.8 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
index df9a15b..1e7cb10 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef MEMORY_H
 #define MEMORY_H
 
-/* $OpenPackages$ */
-/* $OpenBSD: memory.h,v 1.6 2010/07/19 19:30:37 espie Exp $ */
+/* $OpenBSD: memory.h,v 1.7 2010/07/19 19:46:44 espie Exp $ */
 
 /*-
  * Copyright (c) 1988, 1989, 1990, 1993
index d9c09d0..4956316 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: parse.c,v 1.98 2010/07/15 10:41:11 espie Exp $        */
+/*     $OpenBSD: parse.c,v 1.99 2010/07/19 19:46:44 espie Exp $        */
 /*     $NetBSD: parse.c,v 1.29 1997/03/10 21:20:04 christos Exp $      */
 
 /*
index b7388d6..2e2dec1 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef PARSE_H
 #define PARSE_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: parse.h,v 1.4 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: parse.h,v 1.5 2010/07/19 19:46:44 espie Exp $ */
 /*
  * Copyright (c) 2001 Marc Espie.
  *
index 1de7b4f..db0f053 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: parsevar.c,v 1.13 2010/07/19 19:30:37 espie Exp $     */
+/*     $OpenBSD: parsevar.c,v 1.14 2010/07/19 19:46:44 espie Exp $     */
 /*     $NetBSD: parse.c,v 1.29 1997/03/10 21:20:04 christos Exp $      */
 
 /*
index 11e4df8..71933c3 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef PARSEVAR_H
 #define PARSEVAR_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: parsevar.h,v 1.4 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: parsevar.h,v 1.5 2010/07/19 19:46:44 espie Exp $ */
 /*
  * Copyright (c) 2001 Marc Espie.
  *
index 96d695a..e8e2dcd 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: pathnames.h,v 1.11 2010/07/19 19:30:37 espie Exp $    */
+/*     $OpenBSD: pathnames.h,v 1.12 2010/07/19 19:46:44 espie Exp $    */
 /*     $NetBSD: pathnames.h,v 1.6 1996/11/06 17:59:21 christos Exp $   */
 
 /*
index 35e9f49..7ac31d5 100644 (file)
@@ -1,5 +1,4 @@
-/* $OpenPackages$ */
-/* $OpenBSD: regress.c,v 1.6 2010/07/19 19:30:37 espie Exp $ */
+/* $OpenBSD: regress.c,v 1.7 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 1999 Marc Espie.
index fade35c..f119915 100644 (file)
@@ -1,5 +1,4 @@
-/* $OpenPackages$ */
-/* $OpenBSD: stats.c,v 1.9 2010/07/19 19:30:37 espie Exp $ */
+/* $OpenBSD: stats.c,v 1.10 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 1999 Marc Espie.
index 26b4b08..bfbedb5 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef STAT_H
 #define STAT_H
-/* $OpenPackages$ */
-/* $OpenBSD: stats.h,v 1.5 2010/07/19 19:30:37 espie Exp $ */
+/* $OpenBSD: stats.h,v 1.6 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 1999 Marc Espie.
index c88b8ed..14ef624 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: str.c,v 1.26 2010/07/19 19:30:37 espie Exp $  */
+/*     $OpenBSD: str.c,v 1.27 2010/07/19 19:46:44 espie Exp $  */
 /*     $NetBSD: str.c,v 1.13 1996/11/06 17:59:23 christos Exp $        */
 
 /*-
index a0bb847..0668fca 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef STR_H
 #define STR_H
+/* $OpenBSD: str.h,v 1.2 2010/07/19 19:46:44 espie Exp $ */
 /*
  * Copyright (c) 2001 Marc Espie.
  *
index f14e924..4a9a480 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: suff.c,v 1.78 2010/04/25 13:59:53 espie Exp $ */
+/*     $OpenBSD: suff.c,v 1.79 2010/07/19 19:46:44 espie Exp $ */
 /*     $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $       */
 
 /*
index c3d2525..0c217e4 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SUFF_H
 #define SUFF_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: suff.h,v 1.5 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: suff.h,v 1.6 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index db4afc4..d2e8105 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef SYMTABLE_H
 #define SYMTABLE_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: symtable.h,v 1.3 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: symtable.h,v 1.4 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index 1e0740e..5c3e840 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: targ.c,v 1.61 2010/07/19 19:30:37 espie Exp $ */
+/*     $OpenBSD: targ.c,v 1.62 2010/07/19 19:46:44 espie Exp $ */
 /*     $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $       */
 
 /*
index c4a3d17..790e676 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef TARG_H
 #define TARG_H
-/*     $OpenPackages$ */
-/*     $OpenBSD: targ.h,v 1.8 2010/07/19 19:30:38 espie Exp $ */
+/*     $OpenBSD: targ.h,v 1.9 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index bb09415..4146ef0 100644 (file)
@@ -1,3 +1,30 @@
+/*     $OpenBSD: targequiv.h,v 1.2 2010/07/19 19:46:44 espie Exp $ */
+/*
+ * Copyright (c) 2007-2008 Marc Espie.
+ *
+ * Extensive code changes for the OpenBSD project.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE OPENBSD PROJECT AND CONTRIBUTORS
+ * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ * A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OPENBSD
+ * PROJECT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
 #ifndef TARGEQUIV_H
 #define TARGEQUIV_H
 extern void look_harder_for_target(GNode *);
index 3581f30..275fda1 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: timestamp.c,v 1.5 2010/07/19 19:30:38 espie Exp $ */
+/*     $OpenBSD: timestamp.c,v 1.6 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index 1514b7d..376ffa8 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef TIMESTAMP_H
 #define TIMESTAMP_H
 
-/*     $OpenPackages$ */
-/*     $OpenBSD: timestamp.h,v 1.5 2010/07/19 19:30:38 espie Exp $ */
+/*     $OpenBSD: timestamp.h,v 1.6 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index 36c56d3..4e70a8d 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: timestamp_t.h,v 1.2 2010/07/19 19:30:38 espie Exp $ */
+/*     $OpenBSD: timestamp_t.h,v 1.3 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 2001 Marc Espie.
index fa20496..caf7284 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: util.c,v 1.24 2010/07/19 19:30:38 espie Exp $ */
+/*     $OpenBSD: util.c,v 1.25 2010/07/19 19:46:44 espie Exp $ */
 /*     $NetBSD: util.c,v 1.10 1996/12/31 17:56:04 christos Exp $       */
 
 /*
index ebeaf20..da78bc9 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: var.c,v 1.86 2010/04/25 13:59:53 espie Exp $  */
+/*     $OpenBSD: var.c,v 1.87 2010/07/19 19:46:44 espie Exp $  */
 /*     $NetBSD: var.c,v 1.18 1997/03/18 19:24:46 christos Exp $        */
 
 /*
index 0ef9014..a23e986 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef VAR_H
 #define VAR_H
+/* $OpenBSD: var.h,v 1.14 2010/07/19 19:46:44 espie Exp $ */
 /*
  * Copyright (c) 2001 Marc Espie.
  *
index 5b3489e..f3cd53e 100644 (file)
@@ -1,5 +1,6 @@
 #ifndef VAR_INT_H
 #define VAR_INT_H
+/* $OpenBSD: var_int.h,v 1.2 2010/07/19 19:46:44 espie Exp $ */
 /*
  * Copyright (c) 2001 Marc Espie.
  *
index f7c402c..a22ebcc 100644 (file)
@@ -1,9 +1,8 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: varmodifiers.c,v 1.26 2010/07/19 19:30:38 espie Exp $ */
+/*     $OpenBSD: varmodifiers.c,v 1.27 2010/07/19 19:46:44 espie Exp $ */
 /*     $NetBSD: var.c,v 1.18 1997/03/18 19:24:46 christos Exp $        */
 
 /*
- * Copyright (c) 1999 Marc Espie.
+ * Copyright (c) 1999-2010 Marc Espie.
  *
  * Extensive code changes for the OpenBSD project.
  *
index 2358468..93d6cf7 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef VARMODIFIERS_H
 #define VARMODIFIERS_H
 
-/* $OpenPackages$ */
-/* $OpenBSD: varmodifiers.h,v 1.11 2010/07/19 19:30:38 espie Exp $ */
+/* $OpenBSD: varmodifiers.h,v 1.12 2010/07/19 19:46:44 espie Exp $ */
 
 /*
  * Copyright (c) 1999 Marc Espie.
index ade006e..cbacb14 100644 (file)
@@ -1,5 +1,4 @@
-/*     $OpenPackages$ */
-/*     $OpenBSD: varname.c,v 1.4 2010/07/19 19:30:38 espie Exp $       */
+/*     $OpenBSD: varname.c,v 1.5 2010/07/19 19:46:44 espie Exp $       */
 /*
  * Copyright (c) 2001 Marc Espie.
  *