summaryrefslogtreecommitdiff
path: root/tools/regression/usr.bin/make
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/usr.bin/make')
-rw-r--r--tools/regression/usr.bin/make/README2
-rw-r--r--tools/regression/usr.bin/make/all.sh2
-rw-r--r--tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile2
-rw-r--r--tools/regression/usr.bin/make/archives/fmt_44bsd/test.t2
-rw-r--r--tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile2
-rw-r--r--tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t2
-rw-r--r--tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile2
-rw-r--r--tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t2
-rw-r--r--tools/regression/usr.bin/make/basic/t0/test.t2
-rw-r--r--tools/regression/usr.bin/make/basic/t1/Makefile2
-rw-r--r--tools/regression/usr.bin/make/basic/t1/test.t2
-rw-r--r--tools/regression/usr.bin/make/basic/t2/Makefile2
-rw-r--r--tools/regression/usr.bin/make/basic/t2/test.t2
-rw-r--r--tools/regression/usr.bin/make/basic/t3/test.t2
-rw-r--r--tools/regression/usr.bin/make/common.sh2
-rw-r--r--tools/regression/usr.bin/make/shell/builtin/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/builtin/sh2
-rw-r--r--tools/regression/usr.bin/make/shell/builtin/test.t2
-rw-r--r--tools/regression/usr.bin/make/shell/meta/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/meta/sh2
-rw-r--r--tools/regression/usr.bin/make/shell/meta/test.t2
-rw-r--r--tools/regression/usr.bin/make/shell/path/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/path/sh2
-rw-r--r--tools/regression/usr.bin/make/shell/path/test.t2
-rw-r--r--tools/regression/usr.bin/make/shell/path_select/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/path_select/shell2
-rw-r--r--tools/regression/usr.bin/make/shell/path_select/test.t2
-rw-r--r--tools/regression/usr.bin/make/shell/replace/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/replace/shell2
-rw-r--r--tools/regression/usr.bin/make/shell/replace/test.t2
-rw-r--r--tools/regression/usr.bin/make/shell/select/Makefile2
-rw-r--r--tools/regression/usr.bin/make/shell/select/test.t2
-rw-r--r--tools/regression/usr.bin/make/suffixes/basic/Makefile2
-rw-r--r--tools/regression/usr.bin/make/suffixes/basic/test.t2
-rw-r--r--tools/regression/usr.bin/make/suffixes/src_wild1/Makefile2
-rw-r--r--tools/regression/usr.bin/make/suffixes/src_wild1/test.t2
-rw-r--r--tools/regression/usr.bin/make/suffixes/src_wild2/Makefile2
-rw-r--r--tools/regression/usr.bin/make/suffixes/src_wild2/test.t2
-rw-r--r--tools/regression/usr.bin/make/syntax/enl/Makefile2
-rw-r--r--tools/regression/usr.bin/make/syntax/enl/test.t2
-rw-r--r--tools/regression/usr.bin/make/syntax/semi/Makefile2
-rw-r--r--tools/regression/usr.bin/make/syntax/semi/test.t2
-rw-r--r--tools/regression/usr.bin/make/variables/modifier_M/Makefile2
-rw-r--r--tools/regression/usr.bin/make/variables/modifier_M/test.t2
-rw-r--r--tools/regression/usr.bin/make/variables/t0/Makefile2
-rw-r--r--tools/regression/usr.bin/make/variables/t0/test.t2
46 files changed, 46 insertions, 46 deletions
diff --git a/tools/regression/usr.bin/make/README b/tools/regression/usr.bin/make/README
index 6c577ad49882..4ecc5c5fc7e3 100644
--- a/tools/regression/usr.bin/make/README
+++ b/tools/regression/usr.bin/make/README
@@ -1,4 +1,4 @@
-$FreeBSD$
+$FreeBSD: src/tools/regression/usr.bin/make/README,v 1.3.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
This directory contains regression tests for make(1).
diff --git a/tools/regression/usr.bin/make/all.sh b/tools/regression/usr.bin/make/all.sh
index 42f9e73e6abc..b94976ea51e9 100644
--- a/tools/regression/usr.bin/make/all.sh
+++ b/tools/regression/usr.bin/make/all.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/all.sh,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
# find all test scripts below our current directory
SCRIPTS=`find . -name test.t`
diff --git a/tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile b/tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile
index 5a8b065d20c9..0eb1869d4fff 100644
--- a/tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile
+++ b/tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_44bsd/Makefile,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
# This test checks the code reading archive files. The archive file
# is a BSD4.4 file with __.SYMTAB and #1/N long file names.
diff --git a/tools/regression/usr.bin/make/archives/fmt_44bsd/test.t b/tools/regression/usr.bin/make/archives/fmt_44bsd/test.t
index eba6aed9e385..81fca993acbe 100644
--- a/tools/regression/usr.bin/make/archives/fmt_44bsd/test.t
+++ b/tools/regression/usr.bin/make/archives/fmt_44bsd/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_44bsd/test.t,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile b/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile
index cd999daaad4e..7ff3059fa930 100644
--- a/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile
+++ b/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/Makefile,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
# This test checks the code reading archive files. The archive file
# is a BSD4.4 file with __.SYMTAB and #1/N long file names.
#
diff --git a/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t b/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t
index aa65a3e9587b..482921473362 100644
--- a/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t
+++ b/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_44bsd_mod/test.t,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile b/tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile
index b8f5116195ed..b0b60038b371 100644
--- a/tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile
+++ b/tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_oldbsd/Makefile,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
# This test checks the code reading archive files. The archive file
# is an old BSD file with __.SYMTAB and no long file names. Filenames
# are truncated to 16 characters.
diff --git a/tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t b/tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t
index 03f7800a78d9..9f409ef0d69c 100644
--- a/tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t
+++ b/tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/archives/fmt_oldbsd/test.t,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/basic/t0/test.t b/tools/regression/usr.bin/make/basic/t0/test.t
index d71a39a8a1a3..35d767524aae 100644
--- a/tools/regression/usr.bin/make/basic/t0/test.t
+++ b/tools/regression/usr.bin/make/basic/t0/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/basic/t0/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/basic/t1/Makefile b/tools/regression/usr.bin/make/basic/t1/Makefile
index d120087831ce..6f73359ec5eb 100644
--- a/tools/regression/usr.bin/make/basic/t1/Makefile
+++ b/tools/regression/usr.bin/make/basic/t1/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/basic/t1/Makefile,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
# Just a target and nothing else. No target on command line.
#
diff --git a/tools/regression/usr.bin/make/basic/t1/test.t b/tools/regression/usr.bin/make/basic/t1/test.t
index 4131f5da859b..4fa5a454b6a1 100644
--- a/tools/regression/usr.bin/make/basic/t1/test.t
+++ b/tools/regression/usr.bin/make/basic/t1/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/basic/t1/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/basic/t2/Makefile b/tools/regression/usr.bin/make/basic/t2/Makefile
index ab8fe4956e45..bf8b830ed18e 100644
--- a/tools/regression/usr.bin/make/basic/t2/Makefile
+++ b/tools/regression/usr.bin/make/basic/t2/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/basic/t2/Makefile,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
# Just a target and a command. No command line targets.
#
diff --git a/tools/regression/usr.bin/make/basic/t2/test.t b/tools/regression/usr.bin/make/basic/t2/test.t
index f5866bb9c3ce..ae8d7e7e0270 100644
--- a/tools/regression/usr.bin/make/basic/t2/test.t
+++ b/tools/regression/usr.bin/make/basic/t2/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/basic/t2/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/basic/t3/test.t b/tools/regression/usr.bin/make/basic/t3/test.t
index 782d27c59fc6..33a06c970e71 100644
--- a/tools/regression/usr.bin/make/basic/t3/test.t
+++ b/tools/regression/usr.bin/make/basic/t3/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/basic/t3/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/common.sh b/tools/regression/usr.bin/make/common.sh
index 34aacf8f22e7..cd5d71323908 100644
--- a/tools/regression/usr.bin/make/common.sh
+++ b/tools/regression/usr.bin/make/common.sh
@@ -2,7 +2,7 @@
#
# Common code used run regression tests for usr.bin/make.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/common.sh,v 1.3.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
# Output a message and exit with an error.
diff --git a/tools/regression/usr.bin/make/shell/builtin/Makefile b/tools/regression/usr.bin/make/shell/builtin/Makefile
index 03764784e1a0..cada5c600712 100644
--- a/tools/regression/usr.bin/make/shell/builtin/Makefile
+++ b/tools/regression/usr.bin/make/shell/builtin/Makefile
@@ -5,7 +5,7 @@
# will really execute ls, while the line with meta characters will execute
# our special shell.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/builtin/Makefile,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
.SHELL: path="${.CURDIR}/sh"
diff --git a/tools/regression/usr.bin/make/shell/builtin/sh b/tools/regression/usr.bin/make/shell/builtin/sh
index 3a507b87f674..c23f84a1ca51 100644
--- a/tools/regression/usr.bin/make/shell/builtin/sh
+++ b/tools/regression/usr.bin/make/shell/builtin/sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/builtin/sh,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
echo "$@"
if ! test -t 0 ; then
cat
diff --git a/tools/regression/usr.bin/make/shell/builtin/test.t b/tools/regression/usr.bin/make/shell/builtin/test.t
index 1798afcc3207..d96d14c0ab3a 100644
--- a/tools/regression/usr.bin/make/shell/builtin/test.t
+++ b/tools/regression/usr.bin/make/shell/builtin/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/builtin/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/shell/meta/Makefile b/tools/regression/usr.bin/make/shell/meta/Makefile
index bcf19d052bbc..c101e9fe77c2 100644
--- a/tools/regression/usr.bin/make/shell/meta/Makefile
+++ b/tools/regression/usr.bin/make/shell/meta/Makefile
@@ -5,7 +5,7 @@
# will really execute ls, while the line with meta characters will execute
# our special shell.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/meta/Makefile,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
.SHELL: path="${.OBJDIR}/sh"
diff --git a/tools/regression/usr.bin/make/shell/meta/sh b/tools/regression/usr.bin/make/shell/meta/sh
index 3a507b87f674..cf8f1a6ae9af 100644
--- a/tools/regression/usr.bin/make/shell/meta/sh
+++ b/tools/regression/usr.bin/make/shell/meta/sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/meta/sh,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
echo "$@"
if ! test -t 0 ; then
cat
diff --git a/tools/regression/usr.bin/make/shell/meta/test.t b/tools/regression/usr.bin/make/shell/meta/test.t
index 588b73ccc9f6..e95e1505465c 100644
--- a/tools/regression/usr.bin/make/shell/meta/test.t
+++ b/tools/regression/usr.bin/make/shell/meta/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/meta/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/shell/path/Makefile b/tools/regression/usr.bin/make/shell/path/Makefile
index fe40b645510e..32a1dd95b2c4 100644
--- a/tools/regression/usr.bin/make/shell/path/Makefile
+++ b/tools/regression/usr.bin/make/shell/path/Makefile
@@ -7,7 +7,7 @@
# Be sure to include a meta-character into the command line, so that
# really our shell is executed.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path/Makefile,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
.ifmake sh_test
diff --git a/tools/regression/usr.bin/make/shell/path/sh b/tools/regression/usr.bin/make/shell/path/sh
index 46169eb6efc2..f11f5543915f 100644
--- a/tools/regression/usr.bin/make/shell/path/sh
+++ b/tools/regression/usr.bin/make/shell/path/sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path/sh,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
echo $@
if ! test -t 0 ; then
cat
diff --git a/tools/regression/usr.bin/make/shell/path/test.t b/tools/regression/usr.bin/make/shell/path/test.t
index 72ff252af70e..7955a12cc9c0 100644
--- a/tools/regression/usr.bin/make/shell/path/test.t
+++ b/tools/regression/usr.bin/make/shell/path/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/shell/path_select/Makefile b/tools/regression/usr.bin/make/shell/path_select/Makefile
index 05cfb27f3fd9..d729390bfb1f 100644
--- a/tools/regression/usr.bin/make/shell/path_select/Makefile
+++ b/tools/regression/usr.bin/make/shell/path_select/Makefile
@@ -7,7 +7,7 @@
# Be sure to include a meta-character into the command line, so that
# really our shell is executed.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path_select/Makefile,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
.ifmake sh_test
diff --git a/tools/regression/usr.bin/make/shell/path_select/shell b/tools/regression/usr.bin/make/shell/path_select/shell
index 46169eb6efc2..a7cac8eb767f 100644
--- a/tools/regression/usr.bin/make/shell/path_select/shell
+++ b/tools/regression/usr.bin/make/shell/path_select/shell
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path_select/shell,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
echo $@
if ! test -t 0 ; then
cat
diff --git a/tools/regression/usr.bin/make/shell/path_select/test.t b/tools/regression/usr.bin/make/shell/path_select/test.t
index 5bac6316722e..3c3a6011ccb5 100644
--- a/tools/regression/usr.bin/make/shell/path_select/test.t
+++ b/tools/regression/usr.bin/make/shell/path_select/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/path_select/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/shell/replace/Makefile b/tools/regression/usr.bin/make/shell/replace/Makefile
index 2160dbfb5776..a8d6cab4c7a6 100644
--- a/tools/regression/usr.bin/make/shell/replace/Makefile
+++ b/tools/regression/usr.bin/make/shell/replace/Makefile
@@ -8,7 +8,7 @@
# XXX There seems to be a problem here in -j1 mode: for the line without
# @- make should switch on echoing again, but it doesn't.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/replace/Makefile,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
.SHELL: name="shell" path="${.CURDIR}/shell" \
quiet="be quiet" echo="be verbose" filter="be verbose" \
diff --git a/tools/regression/usr.bin/make/shell/replace/shell b/tools/regression/usr.bin/make/shell/replace/shell
index 46169eb6efc2..e8f14bf0f7e9 100644
--- a/tools/regression/usr.bin/make/shell/replace/shell
+++ b/tools/regression/usr.bin/make/shell/replace/shell
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/replace/shell,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
echo $@
if ! test -t 0 ; then
cat
diff --git a/tools/regression/usr.bin/make/shell/replace/test.t b/tools/regression/usr.bin/make/shell/replace/test.t
index 5c91cf9e03e8..ab481facb607 100644
--- a/tools/regression/usr.bin/make/shell/replace/test.t
+++ b/tools/regression/usr.bin/make/shell/replace/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/replace/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/shell/select/Makefile b/tools/regression/usr.bin/make/shell/select/Makefile
index e1ff0231c737..97e1413896c7 100644
--- a/tools/regression/usr.bin/make/shell/select/Makefile
+++ b/tools/regression/usr.bin/make/shell/select/Makefile
@@ -4,7 +4,7 @@
# normally don't have a ksh, we make this test conditional. This means
# one has to recreate the test results once ksh is installed.
#
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/select/Makefile,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
.ifmake sh_test
diff --git a/tools/regression/usr.bin/make/shell/select/test.t b/tools/regression/usr.bin/make/shell/select/test.t
index 7f73f9b24e25..639ca9aefff7 100644
--- a/tools/regression/usr.bin/make/shell/select/test.t
+++ b/tools/regression/usr.bin/make/shell/select/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/shell/select/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/suffixes/basic/Makefile b/tools/regression/usr.bin/make/suffixes/basic/Makefile
index 45d9130eed97..59d66783c714 100644
--- a/tools/regression/usr.bin/make/suffixes/basic/Makefile
+++ b/tools/regression/usr.bin/make/suffixes/basic/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/basic/Makefile,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
# Check that a simple suffix rule is correctly processed.
diff --git a/tools/regression/usr.bin/make/suffixes/basic/test.t b/tools/regression/usr.bin/make/suffixes/basic/test.t
index 0b387c8ce9e1..eb53bb3a5e28 100644
--- a/tools/regression/usr.bin/make/suffixes/basic/test.t
+++ b/tools/regression/usr.bin/make/suffixes/basic/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/basic/test.t,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/suffixes/src_wild1/Makefile b/tools/regression/usr.bin/make/suffixes/src_wild1/Makefile
index d0258ad126c6..e1db69d47b9b 100644
--- a/tools/regression/usr.bin/make/suffixes/src_wild1/Makefile
+++ b/tools/regression/usr.bin/make/suffixes/src_wild1/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/src_wild1/Makefile,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
test1: TEST1.b
cat TEST1.a TEST2.a | diff -u - TEST1.b
diff --git a/tools/regression/usr.bin/make/suffixes/src_wild1/test.t b/tools/regression/usr.bin/make/suffixes/src_wild1/test.t
index 6b3111836453..1858bc8367a1 100644
--- a/tools/regression/usr.bin/make/suffixes/src_wild1/test.t
+++ b/tools/regression/usr.bin/make/suffixes/src_wild1/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/src_wild1/test.t,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile b/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile
index 1dea7ea967ec..4f15fbeabf92 100644
--- a/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile
+++ b/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/src_wild2/Makefile,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
# Source expansion with the source in a macro
#
diff --git a/tools/regression/usr.bin/make/suffixes/src_wild2/test.t b/tools/regression/usr.bin/make/suffixes/src_wild2/test.t
index 0d40e3d1a07a..a6600daeffc0 100644
--- a/tools/regression/usr.bin/make/suffixes/src_wild2/test.t
+++ b/tools/regression/usr.bin/make/suffixes/src_wild2/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/suffixes/src_wild2/test.t,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/syntax/enl/Makefile b/tools/regression/usr.bin/make/syntax/enl/Makefile
index a7c69555f244..8bdbd50494c9 100644
--- a/tools/regression/usr.bin/make/syntax/enl/Makefile
+++ b/tools/regression/usr.bin/make/syntax/enl/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/syntax/enl/Makefile,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
# Test handling of escaped newlines.
#
diff --git a/tools/regression/usr.bin/make/syntax/enl/test.t b/tools/regression/usr.bin/make/syntax/enl/test.t
index 2e5d12c03357..5bce05d9139b 100644
--- a/tools/regression/usr.bin/make/syntax/enl/test.t
+++ b/tools/regression/usr.bin/make/syntax/enl/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/syntax/enl/test.t,v 1.2.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/syntax/semi/Makefile b/tools/regression/usr.bin/make/syntax/semi/Makefile
index 12f52255ee12..76164a0c25b5 100644
--- a/tools/regression/usr.bin/make/syntax/semi/Makefile
+++ b/tools/regression/usr.bin/make/syntax/semi/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/syntax/semi/Makefile,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
# Test handling of escaped newlines.
#
diff --git a/tools/regression/usr.bin/make/syntax/semi/test.t b/tools/regression/usr.bin/make/syntax/semi/test.t
index f52c9ab9ead1..9a50b3f8e1bf 100644
--- a/tools/regression/usr.bin/make/syntax/semi/test.t
+++ b/tools/regression/usr.bin/make/syntax/semi/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/syntax/semi/test.t,v 1.1.10.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/variables/modifier_M/Makefile b/tools/regression/usr.bin/make/variables/modifier_M/Makefile
index f8f6d3f870ce..98e4bc708bc8 100644
--- a/tools/regression/usr.bin/make/variables/modifier_M/Makefile
+++ b/tools/regression/usr.bin/make/variables/modifier_M/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/variables/modifier_M/Makefile,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
# Test the M modifier.
#
diff --git a/tools/regression/usr.bin/make/variables/modifier_M/test.t b/tools/regression/usr.bin/make/variables/modifier_M/test.t
index 979778f12e90..df23e0a14f36 100644
--- a/tools/regression/usr.bin/make/variables/modifier_M/test.t
+++ b/tools/regression/usr.bin/make/variables/modifier_M/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/variables/modifier_M/test.t,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh
diff --git a/tools/regression/usr.bin/make/variables/t0/Makefile b/tools/regression/usr.bin/make/variables/t0/Makefile
index 1cc58eefa493..af3c0fd15ec8 100644
--- a/tools/regression/usr.bin/make/variables/t0/Makefile
+++ b/tools/regression/usr.bin/make/variables/t0/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/variables/t0/Makefile,v 1.1.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
#
# A unsorted set of macro expansions. This should be sorted out.
#
diff --git a/tools/regression/usr.bin/make/variables/t0/test.t b/tools/regression/usr.bin/make/variables/t0/test.t
index 7e4f42729d26..2aae6f0ac562 100644
--- a/tools/regression/usr.bin/make/variables/t0/test.t
+++ b/tools/regression/usr.bin/make/variables/t0/test.t
@@ -1,6 +1,6 @@
#!/bin/sh
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/usr.bin/make/variables/t0/test.t,v 1.2.22.1.4.1 2010/06/14 02:09:06 kensmith Exp $
cd `dirname $0`
. ../../common.sh