diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-06-25 08:05:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-06-25 08:05:20 +0000 |
commit | 2e4b1f25ce5cea7826f5939cb51841adcc601736 (patch) | |
tree | 50916cf65c530b665ee70adce5f38b0a33df732b /games | |
parent | A tile game which challenges you to place tiles of six colors and six (diff) |
Steve said to share this with the world.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 134255927673..bb88f13df8ce 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.144 1998/06/04 02:38:32 mph Exp $ +# $Id: Makefile,v 1.145 1998/06/07 11:13:05 dburr Exp $ # SUBDIR += 3dc @@ -35,6 +35,7 @@ SUBDIR += golddig SUBDIR += icbm3d SUBDIR += imaze + SUBDIR += ishido SUBDIR += jetpack SUBDIR += jzip SUBDIR += kdegames |