diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-15 12:34:47 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-05-15 12:34:47 +0000 |
commit | 1dc52540e9987f0f818ae7ae5e25c2923e612694 (patch) | |
tree | dbac322469fd762713f1cdf409912dff865ead1c | |
parent | Activate KnightCap. (diff) |
Activate pente.
Notes
Notes:
svn path=/head/; revision=10996
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 45c7b5b73814..5f0bc1b6b118 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.134 1998/05/14 07:13:11 tg Exp $ +# $Id: Makefile,v 1.135 1998/05/15 12:16:29 tg Exp $ # SUBDIR += 3dc @@ -43,6 +43,7 @@ SUBDIR += netris SUBDIR += oneko SUBDIR += oonsoo + SUBDIR += pente SUBDIR += qcc SUBDIR += quakeserver SUBDIR += seabattle |