diff options
Diffstat (limited to 'usr.bin/make/main.c')
-rw-r--r-- | usr.bin/make/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 3fe39ed432ee..380cf9bcd268 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/main.c,v 1.35.2.1 2000/05/20 20:04:02 will Exp $"; #endif #endif /* not lint */ |