diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-06-30 16:35:33 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-06-30 16:35:33 +0000 |
commit | 56fcdcce5a79c428212535fc80e170dfa4483c56 (patch) | |
tree | 60a0c3298cf1a3d6ba9081f41b8856b9fc2fc32c /games | |
parent | Upgrade to v0.9.8. (diff) |
Fix ``wmeyes''s location.
Notes
Notes:
svn path=/head/; revision=19918
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile index 291fbff1c220..4475def8cf9d 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.212 1999/06/22 23:42:13 sada Exp $ +# $Id: Makefile,v 1.213 1999/06/27 18:09:07 cpiazza Exp $ # SUBDIR += 3dc @@ -103,9 +103,9 @@ SUBDIR += tksol SUBDIR += tvp SUBDIR += uox3 + SUBDIR += wmeyes SUBDIR += wmtictactoe SUBDIR += wmtimebomb - SUBDIR += wmeyes SUBDIR += xabacus SUBDIR += xasteroids SUBDIR += xataxx |