diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 2 | ||||
-rw-r--r-- | games/bs/Makefile | 2 | ||||
-rw-r--r-- | games/fortune/fortune/fortune.6 | 2 | ||||
-rw-r--r-- | games/grdc/Makefile | 2 | ||||
-rw-r--r-- | games/phantasia/phantasia.6 | 2 | ||||
-rw-r--r-- | games/piano/piano.c | 2 | ||||
-rw-r--r-- | games/sail/sail.6 | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/games/Makefile b/games/Makefile index 1763884..f342283 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.2 (Berkeley) 3/31/94 -# $FreeBSD$ +# $Id$ # XXX missing: chess ching monop [copyright] SUBDIR= adventure arithmetic atc backgammon battlestar bcd boggle bs caesar \ diff --git a/games/bs/Makefile b/games/bs/Makefile index 75d4227..31498f4 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= bs MAN6= bs.6 diff --git a/games/fortune/fortune/fortune.6 b/games/fortune/fortune/fortune.6 index 8a196ca..57b36db 100644 --- a/games/fortune/fortune/fortune.6 +++ b/games/fortune/fortune/fortune.6 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)fortune.6 8.3 (Berkeley) 4/19/94 -.\" $FreeBSD$ +.\" $Id$ .\" .Dd April 19, 1994 .Dt FORTUNE 6 diff --git a/games/grdc/Makefile b/games/grdc/Makefile index 5fbeede..17522b8 100644 --- a/games/grdc/Makefile +++ b/games/grdc/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $Id$ PROG= grdc MAN6= grdc.6 diff --git a/games/phantasia/phantasia.6 b/games/phantasia/phantasia.6 index d9920ef..5fc64a3 100644 --- a/games/phantasia/phantasia.6 +++ b/games/phantasia/phantasia.6 @@ -1,4 +1,4 @@ -.\" $FreeBSD$ +.\" $Id$ .\" .de sh .br diff --git a/games/piano/piano.c b/games/piano/piano.c index 0def861..3c15495 100644 --- a/games/piano/piano.c +++ b/games/piano/piano.c @@ -1,7 +1,7 @@ /* * piano.c - a piano emulator */ -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #include <stdio.h> #include <stdlib.h> #include <string.h> diff --git a/games/sail/sail.6 b/games/sail/sail.6 index 1487e12..6fb647b 100644 --- a/games/sail/sail.6 +++ b/games/sail/sail.6 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)sail.6 8.2 (Berkeley) 12/30/93 -.\" $FreeBSD$ +.\" $Id$ .\" .TH SAIL 6 "December 30, 1993" .UC 4 |