diff options
Diffstat (limited to 'usr.bin/make/for.c')
-rw-r--r-- | usr.bin/make/for.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/for.c b/usr.bin/make/for.c index 8df547119115..d3ae63e14fe1 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.43.10.2.4.1 2010/02/10 00:26:20 kensmith Exp $"); /*- * for.c -- |