summaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-11-21 06:13:29 +0000
commita4d3b78df842614c46b116fc5a6f470be637dccd (patch)
tree46c6b11aa0464ba59f49361bd26e1a86962c0624 /usr.bin/make
parent59dd044d1cb744d3dba6b41c41e196b54e8fd9f8 (diff)
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/GNode.h2
-rw-r--r--usr.bin/make/Makefile2
-rw-r--r--usr.bin/make/Makefile.dist2
-rw-r--r--usr.bin/make/PSD.doc/stubs2
-rw-r--r--usr.bin/make/PSD.doc/tutorial.ms2
-rw-r--r--usr.bin/make/arch.c2
-rw-r--r--usr.bin/make/arch.h2
-rw-r--r--usr.bin/make/buf.c2
-rw-r--r--usr.bin/make/buf.h2
-rw-r--r--usr.bin/make/cond.c2
-rw-r--r--usr.bin/make/cond.h2
-rw-r--r--usr.bin/make/config.h2
-rw-r--r--usr.bin/make/dir.c2
-rw-r--r--usr.bin/make/dir.h2
-rw-r--r--usr.bin/make/for.c2
-rw-r--r--usr.bin/make/for.h2
-rw-r--r--usr.bin/make/globals.h2
-rw-r--r--usr.bin/make/hash.c2
-rw-r--r--usr.bin/make/hash.h2
-rw-r--r--usr.bin/make/hash_tables.c2
-rw-r--r--usr.bin/make/hash_tables.h2
-rw-r--r--usr.bin/make/job.c2
-rw-r--r--usr.bin/make/job.h2
-rw-r--r--usr.bin/make/lst.c2
-rw-r--r--usr.bin/make/lst.h2
-rw-r--r--usr.bin/make/main.c2
-rw-r--r--usr.bin/make/make.12
-rw-r--r--usr.bin/make/make.c2
-rw-r--r--usr.bin/make/make.h2
-rw-r--r--usr.bin/make/parse.c2
-rw-r--r--usr.bin/make/parse.h2
-rw-r--r--usr.bin/make/pathnames.h2
-rw-r--r--usr.bin/make/proc.c2
-rw-r--r--usr.bin/make/proc.h2
-rw-r--r--usr.bin/make/shell.c2
-rw-r--r--usr.bin/make/shell.h2
-rw-r--r--usr.bin/make/str.c2
-rw-r--r--usr.bin/make/str.h2
-rw-r--r--usr.bin/make/suff.c2
-rw-r--r--usr.bin/make/suff.h2
-rw-r--r--usr.bin/make/targ.c2
-rw-r--r--usr.bin/make/targ.h2
-rw-r--r--usr.bin/make/util.c2
-rw-r--r--usr.bin/make/util.h2
-rw-r--r--usr.bin/make/var.c2
-rw-r--r--usr.bin/make/var.h2
46 files changed, 46 insertions, 46 deletions
diff --git a/usr.bin/make/GNode.h b/usr.bin/make/GNode.h
index 71d2afd93418..40e99ad0d59f 100644
--- a/usr.bin/make/GNode.h
+++ b/usr.bin/make/GNode.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/GNode.h,v 1.5.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef GNode_h_39503bf2
diff --git a/usr.bin/make/Makefile b/usr.bin/make/Makefile
index deb076f90104..d8080f3c8371 100644
--- a/usr.bin/make/Makefile
+++ b/usr.bin/make/Makefile
@@ -1,6 +1,6 @@
# @(#)Makefile 5.2 (Berkeley) 12/28/90
# $Id: Makefile,v 1.6 1994/06/30 05:33:39 cgd Exp $
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/make/Makefile,v 1.67.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
PROG= make
CFLAGS+=-I${.CURDIR}
diff --git a/usr.bin/make/Makefile.dist b/usr.bin/make/Makefile.dist
index 8823d74d5546..13a65eacca05 100644
--- a/usr.bin/make/Makefile.dist
+++ b/usr.bin/make/Makefile.dist
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/usr.bin/make/Makefile.dist,v 1.6.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
# a simple makefile to help builds on !FreeBSD systems
pmake:
@echo 'make started.'
diff --git a/usr.bin/make/PSD.doc/stubs b/usr.bin/make/PSD.doc/stubs
index 39d8defe2e14..846a455b2a98 100644
--- a/usr.bin/make/PSD.doc/stubs
+++ b/usr.bin/make/PSD.doc/stubs
@@ -1,4 +1,4 @@
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/make/PSD.doc/stubs,v 1.1.38.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.\"
.de Ix
..
diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms
index 320d5dfc3c4b..365616b73db3 100644
--- a/usr.bin/make/PSD.doc/tutorial.ms
+++ b/usr.bin/make/PSD.doc/tutorial.ms
@@ -35,7 +35,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)tutorial.ms 8.1 (Berkeley) 8/18/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/make/PSD.doc/tutorial.ms,v 1.13.36.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.\"
.EH 'PSD:12-%''PMake \*- A Tutorial'
.OH 'PMake \*- A Tutorial''PSD:12-%'
diff --git a/usr.bin/make/arch.c b/usr.bin/make/arch.c
index 90801cdece4f..569ae0bdcdb6 100644
--- a/usr.bin/make/arch.c
+++ b/usr.bin/make/arch.c
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/arch.c,v 1.68.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*-
* arch.c --
diff --git a/usr.bin/make/arch.h b/usr.bin/make/arch.h
index 3c28b2fcdb98..a7c188b0f8a7 100644
--- a/usr.bin/make/arch.h
+++ b/usr.bin/make/arch.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/arch.h,v 1.5.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef arch_h_488adf7a
diff --git a/usr.bin/make/buf.c b/usr.bin/make/buf.c
index 7c6c01f4eb2a..ba0ef65c84c9 100644
--- a/usr.bin/make/buf.c
+++ b/usr.bin/make/buf.c
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/buf.c,v 1.37.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*
* buf.c
diff --git a/usr.bin/make/buf.h b/usr.bin/make/buf.h
index 106f34884897..e4a3ed1d3834 100644
--- a/usr.bin/make/buf.h
+++ b/usr.bin/make/buf.h
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)buf.h 8.2 (Berkeley) 4/28/95
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/buf.h,v 1.27.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef buf_h_a61a6812
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c
index 6e7a09451778..41cdb04a4c7f 100644
--- a/usr.bin/make/cond.c
+++ b/usr.bin/make/cond.c
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/cond.c,v 1.54.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*
* Functions to handle conditionals in a makefile.
diff --git a/usr.bin/make/cond.h b/usr.bin/make/cond.h
index 9a8dbdcc0cbe..865a81cc07a1 100644
--- a/usr.bin/make/cond.h
+++ b/usr.bin/make/cond.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/cond.h,v 1.3.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef cond_h_6e96ad7c
diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h
index 06b0f8e91a02..61723ff56238 100644
--- a/usr.bin/make/config.h
+++ b/usr.bin/make/config.h
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)config.h 8.2 (Berkeley) 4/28/95
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/config.h,v 1.16.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef config_h_efe0765e
diff --git a/usr.bin/make/dir.c b/usr.bin/make/dir.c
index c66b2bf4bc97..286a54b95028 100644
--- a/usr.bin/make/dir.c
+++ b/usr.bin/make/dir.c
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/dir.c,v 1.52.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*-
* dir.c --
diff --git a/usr.bin/make/dir.h b/usr.bin/make/dir.h
index 03481b869790..1445db456ecd 100644
--- a/usr.bin/make/dir.h
+++ b/usr.bin/make/dir.h
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)dir.h 8.2 (Berkeley) 4/28/95
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/dir.h,v 1.21.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef dir_h_6002e3b8
diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c
index 8df547119115..62c108f74dab 100644
--- a/usr.bin/make/for.c
+++ b/usr.bin/make/for.c
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/for.c,v 1.45.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*-
* for.c --
diff --git a/usr.bin/make/for.h b/usr.bin/make/for.h
index 0e43c4a4194c..1fb30f225427 100644
--- a/usr.bin/make/for.h
+++ b/usr.bin/make/for.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/for.h,v 1.3.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef for_h_9d770f33
diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h
index 6f75eafcb270..38153693e351 100644
--- a/usr.bin/make/globals.h
+++ b/usr.bin/make/globals.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/globals.h,v 1.15.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef globals_h_1c1edb96
diff --git a/usr.bin/make/hash.c b/usr.bin/make/hash.c
index b5ea6bcb8aeb..03361333cba7 100644
--- a/usr.bin/make/hash.c
+++ b/usr.bin/make/hash.c
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/hash.c,v 1.25.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/* hash.c --
*
diff --git a/usr.bin/make/hash.h b/usr.bin/make/hash.h
index 80dd74ddb19e..347b4796a74c 100644
--- a/usr.bin/make/hash.h
+++ b/usr.bin/make/hash.h
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)hash.h 8.1 (Berkeley) 6/6/93
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/hash.h,v 1.20.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef hash_h_f6312f46
diff --git a/usr.bin/make/hash_tables.c b/usr.bin/make/hash_tables.c
index 27909d0e2f8b..77d3776ab3fd 100644
--- a/usr.bin/make/hash_tables.c
+++ b/usr.bin/make/hash_tables.c
@@ -1,6 +1,6 @@
/*
* DO NOT EDIT
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/hash_tables.c,v 1.4.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
* auto-generated from FreeBSD: src/usr.bin/make/parse.c,v 1.114 2008/03/12 14:50:58 obrien Exp
* DO NOT EDIT
*/
diff --git a/usr.bin/make/hash_tables.h b/usr.bin/make/hash_tables.h
index 8fa43a5808da..7141fdf18849 100644
--- a/usr.bin/make/hash_tables.h
+++ b/usr.bin/make/hash_tables.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/hash_tables.h,v 1.1.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef hash_tables_h_
#define hash_tables_h_
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index e37c62c621e6..d571b0cad867 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/job.c,v 1.136.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*-
* job.c --
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index 31e1cb7de9be..8b53a362e800 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)job.h 8.1 (Berkeley) 6/6/93
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/job.h,v 1.48.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef job_h_4678dfd1
diff --git a/usr.bin/make/lst.c b/usr.bin/make/lst.c
index a5b7f06c5254..837bf1cc87c1 100644
--- a/usr.bin/make/lst.c
+++ b/usr.bin/make/lst.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/lst.c,v 1.7.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
/*-
diff --git a/usr.bin/make/lst.h b/usr.bin/make/lst.h
index 497d59c59780..b218dd43b8be 100644
--- a/usr.bin/make/lst.h
+++ b/usr.bin/make/lst.h
@@ -37,7 +37,7 @@
* SUCH DAMAGE.
*
* @(#)lst.h 8.2 (Berkeley) 4/28/95
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/lst.h,v 1.37.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef lst_h_38f3ead1
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index 0e165062c1bb..2f4dfaea1728 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -46,7 +46,7 @@ static char copyright[] =
#endif
#endif /* not lint */
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/main.c,v 1.178.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*
* main.c
diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1
index a4e837ceba49..b4b3dda4b425 100644
--- a/usr.bin/make/make.1
+++ b/usr.bin/make/make.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)make.1 8.8 (Berkeley) 6/13/95
-.\" $FreeBSD$
+.\" $FreeBSD: src/usr.bin/make/make.1,v 1.117.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
.\"
.Dd December 29, 2008
.Dt MAKE 1
diff --git a/usr.bin/make/make.c b/usr.bin/make/make.c
index a6ddc85d4c8d..48338299cf56 100644
--- a/usr.bin/make/make.c
+++ b/usr.bin/make/make.c
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/make.c,v 1.41.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*
* make.c
diff --git a/usr.bin/make/make.h b/usr.bin/make/make.h
index 6e2813d898b9..79a7e0967627 100644
--- a/usr.bin/make/make.h
+++ b/usr.bin/make/make.h
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)make.h 8.3 (Berkeley) 6/13/95
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/make.h,v 1.36.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef make_h_a91074b9
diff --git a/usr.bin/make/parse.c b/usr.bin/make/parse.c
index 2c651645b240..13e1f464d192 100644
--- a/usr.bin/make/parse.c
+++ b/usr.bin/make/parse.c
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/parse.c,v 1.116.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*-
* parse.c --
diff --git a/usr.bin/make/parse.h b/usr.bin/make/parse.h
index 6ee15f963def..0115ee2b61d8 100644
--- a/usr.bin/make/parse.h
+++ b/usr.bin/make/parse.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/parse.h,v 1.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef parse_h_470eeb9a
diff --git a/usr.bin/make/pathnames.h b/usr.bin/make/pathnames.h
index 5fb4ceb8400b..73bf634e34e3 100644
--- a/usr.bin/make/pathnames.h
+++ b/usr.bin/make/pathnames.h
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.2 (Berkeley) 4/28/95
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/pathnames.h,v 1.14.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef pathnames_h_235b888a
diff --git a/usr.bin/make/proc.c b/usr.bin/make/proc.c
index 711f605a4846..31382b3b67cf 100644
--- a/usr.bin/make/proc.c
+++ b/usr.bin/make/proc.c
@@ -25,7 +25,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/proc.c,v 1.1.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <unistd.h>
#include <errno.h>
diff --git a/usr.bin/make/proc.h b/usr.bin/make/proc.h
index a4ce6d31f37a..c9def2126b62 100644
--- a/usr.bin/make/proc.h
+++ b/usr.bin/make/proc.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/proc.h,v 1.1.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef proc_h_458845848
diff --git a/usr.bin/make/shell.c b/usr.bin/make/shell.c
index c1f82d1cb05f..13b548a33f3f 100644
--- a/usr.bin/make/shell.c
+++ b/usr.bin/make/shell.c
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/shell.c,v 1.1.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <sys/queue.h>
#include <stdio.h>
diff --git a/usr.bin/make/shell.h b/usr.bin/make/shell.h
index a3170583bdc2..c09b4fa9532c 100644
--- a/usr.bin/make/shell.h
+++ b/usr.bin/make/shell.h
@@ -36,7 +36,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/shell.h,v 1.1.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef shell_h_6002e3b8
diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c
index 81bb7a375617..8408a7bf07ab 100644
--- a/usr.bin/make/str.c
+++ b/usr.bin/make/str.c
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/str.c,v 1.46.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
#include <ctype.h>
#include <stdlib.h>
diff --git a/usr.bin/make/str.h b/usr.bin/make/str.h
index e8cf10cc648d..bebf7dcf6a43 100644
--- a/usr.bin/make/str.h
+++ b/usr.bin/make/str.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/str.h,v 1.6.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef str_h_44db59e6
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c
index bed6c7a43938..948c1f612ce8 100644
--- a/usr.bin/make/suff.c
+++ b/usr.bin/make/suff.c
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/suff.c,v 1.66.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*-
* suff.c --
diff --git a/usr.bin/make/suff.h b/usr.bin/make/suff.h
index 9982ab46321c..68870adfa9bf 100644
--- a/usr.bin/make/suff.h
+++ b/usr.bin/make/suff.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/suff.h,v 1.3.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef suff_h_2d5a821c
diff --git a/usr.bin/make/targ.c b/usr.bin/make/targ.c
index eac121e23ca8..382c123c294f 100644
--- a/usr.bin/make/targ.c
+++ b/usr.bin/make/targ.c
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/targ.c,v 1.42.10.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*
* Functions for maintaining the Lst allTargets. Target nodes are
diff --git a/usr.bin/make/targ.h b/usr.bin/make/targ.h
index 38828334e92a..28064a42f549 100644
--- a/usr.bin/make/targ.h
+++ b/usr.bin/make/targ.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/targ.h,v 1.2.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef targ_h_6ded1830
diff --git a/usr.bin/make/util.c b/usr.bin/make/util.c
index 3a27b0a4110a..57e88b22c15f 100644
--- a/usr.bin/make/util.c
+++ b/usr.bin/make/util.c
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/util.c,v 1.19.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/*-
* util.c --
diff --git a/usr.bin/make/util.h b/usr.bin/make/util.h
index 9a1dedf6c7d5..9fe50b09939b 100644
--- a/usr.bin/make/util.h
+++ b/usr.bin/make/util.h
@@ -35,7 +35,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/util.h,v 1.10.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef util_h_b7020fdb
diff --git a/usr.bin/make/var.c b/usr.bin/make/var.c
index 983bb2ae7046..93adbf7f62ec 100644
--- a/usr.bin/make/var.c
+++ b/usr.bin/make/var.c
@@ -40,7 +40,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/make/var.c,v 1.165.2.1.2.1 2009/10/25 01:10:29 kensmith Exp $");
/**
* var.c --
diff --git a/usr.bin/make/var.h b/usr.bin/make/var.h
index 618cf7af8462..ec9422c7b034 100644
--- a/usr.bin/make/var.h
+++ b/usr.bin/make/var.h
@@ -36,7 +36,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/usr.bin/make/var.h,v 1.29.22.1.2.1 2009/10/25 01:10:29 kensmith Exp $
*/
#ifndef var_h_9cccafce