diff options
Diffstat (limited to 'usr.bin/make/suff.c')
-rw-r--r-- | usr.bin/make/suff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 81b427a939c3e..5cbec9b9691b5 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)suff.c 8.4 (Berkeley) 3/21/94"; #else static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/make/suff.c,v 1.12 1999/09/11 13:08:01 hoek Exp $"; #endif #endif /* not lint */ |