diff options
Diffstat (limited to 'usr.bin/make/str.c')
-rw-r--r-- | usr.bin/make/str.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 9607d5b209839..05d31f36ce0ed 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)str.c 5.8 (Berkeley) 6/1/90"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/str.c,v 1.12 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ |