aboutsummaryrefslogtreecommitdiff
path: root/games/cribbage
diff options
context:
space:
mode:
Diffstat (limited to 'games/cribbage')
-rw-r--r--games/cribbage/Makefile2
-rw-r--r--games/cribbage/cards.c2
-rw-r--r--games/cribbage/crib.c2
-rw-r--r--games/cribbage/cribbage.62
-rw-r--r--games/cribbage/extern.c2
-rw-r--r--games/cribbage/instr.c2
-rw-r--r--games/cribbage/io.c2
-rw-r--r--games/cribbage/score.c2
-rw-r--r--games/cribbage/support.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile
index 1265970d065a..4be42b67dd6c 100644
--- a/games/cribbage/Makefile
+++ b/games/cribbage/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $FreeBSD$
+# $FreeBSD: src/games/cribbage/Makefile,v 1.7 1999/12/10 21:13:35 billf Exp $
PROG= cribbage
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
diff --git a/games/cribbage/cards.c b/games/cribbage/cards.c
index ba846aed6398..743b54590b34 100644
--- a/games/cribbage/cards.c
+++ b/games/cribbage/cards.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)cards.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/cribbage/cards.c,v 1.5 1999/11/30 03:48:44 billf Exp $";
#endif /* not lint */
#include <curses.h>
diff --git a/games/cribbage/crib.c b/games/cribbage/crib.c
index fc3c3df6ad68..f0cd91120472 100644
--- a/games/cribbage/crib.c
+++ b/games/cribbage/crib.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)crib.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/cribbage/crib.c,v 1.10 1999/12/12 03:04:14 billf Exp $";
#endif /* not lint */
#include <curses.h>
diff --git a/games/cribbage/cribbage.6 b/games/cribbage/cribbage.6
index 14e9755b4f71..4086aed7fe15 100644
--- a/games/cribbage/cribbage.6
+++ b/games/cribbage/cribbage.6
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cribbage.6 8.1 (Berkeley) 5/31/93
-.\" $FreeBSD$
+.\" $FreeBSD: src/games/cribbage/cribbage.6,v 1.3 1999/08/27 23:28:59 peter Exp $
.\"
.TH CRIBBAGE 6 "May 31, 1993"
.UC 4
diff --git a/games/cribbage/extern.c b/games/cribbage/extern.c
index 97516df9d9fe..a0f4decd3160 100644
--- a/games/cribbage/extern.c
+++ b/games/cribbage/extern.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/cribbage/extern.c,v 1.2 1999/11/30 03:48:45 billf Exp $";
#endif /* not lint */
#include <curses.h>
diff --git a/games/cribbage/instr.c b/games/cribbage/instr.c
index b329e332fea8..57db69dd870f 100644
--- a/games/cribbage/instr.c
+++ b/games/cribbage/instr.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)instr.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/cribbage/instr.c,v 1.5 1999/12/12 03:04:15 billf Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/games/cribbage/io.c b/games/cribbage/io.c
index 9384354dc1c5..132877b77ba0 100644
--- a/games/cribbage/io.c
+++ b/games/cribbage/io.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/cribbage/io.c,v 1.5 1999/11/30 03:48:46 billf Exp $";
#endif /* not lint */
#include <ctype.h>
diff --git a/games/cribbage/score.c b/games/cribbage/score.c
index a2a7d0b66e36..e3f111f8bc34 100644
--- a/games/cribbage/score.c
+++ b/games/cribbage/score.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/cribbage/score.c,v 1.6 1999/11/30 03:48:47 billf Exp $";
#endif /* not lint */
#include <curses.h>
diff --git a/games/cribbage/support.c b/games/cribbage/support.c
index bc22ca63826e..809bb4af2b43 100644
--- a/games/cribbage/support.c
+++ b/games/cribbage/support.c
@@ -36,7 +36,7 @@
static char sccsid[] = "@(#)support.c 8.1 (Berkeley) 5/31/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/cribbage/support.c,v 1.5 1999/12/12 03:04:15 billf Exp $";
#endif /* not lint */
#include <curses.h>