diff options
Diffstat (limited to 'tools/regression/usr.bin/make/shell/builtin/Makefile')
-rw-r--r-- | tools/regression/usr.bin/make/shell/builtin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/usr.bin/make/shell/builtin/Makefile b/tools/regression/usr.bin/make/shell/builtin/Makefile index 03764784e1a0..0641292f5d3e 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.2.1 2009/10/25 01:10:29 kensmith Exp $ .SHELL: path="${.CURDIR}/sh" |