diff options
Diffstat (limited to 'tools/regression/usr.bin/make/shell/replace/Makefile')
-rw-r--r-- | tools/regression/usr.bin/make/shell/replace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/usr.bin/make/shell/replace/Makefile b/tools/regression/usr.bin/make/shell/replace/Makefile index 2160dbfb5776..74d69562757c 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.24.1 2010/02/10 00:26:20 kensmith Exp $ .SHELL: name="shell" path="${.CURDIR}/shell" \ quiet="be quiet" echo="be verbose" filter="be verbose" \ |