diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
| commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
| tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /games/ppt | |
| parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) | |
Diffstat (limited to 'games/ppt')
| -rw-r--r-- | games/ppt/Makefile | 2 | ||||
| -rw-r--r-- | games/ppt/ppt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/ppt/Makefile b/games/ppt/Makefile index d4433c45ccc3..81188a0486d5 100644 --- a/games/ppt/Makefile +++ b/games/ppt/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $FreeBSD$ +# $FreeBSD: src/games/ppt/Makefile,v 1.5.16.1 2008/10/02 02:57:24 kensmith Exp $ PROG= ppt NO_MAN= diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c index e0ae5e137c54..819026a4b7a0 100644 --- a/games/ppt/ppt.c +++ b/games/ppt/ppt.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ppt.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/ppt/ppt.c,v 1.8.24.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> |
