diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-05 03:06:11 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-05 03:06:11 +0000 |
commit | 7caac68647e4f2f40c274844e616083892b39396 (patch) | |
tree | 2bf3c17d26b156a0387829e869f89a56e8099e5a /games/Makefile | |
parent | Omega, a complex rouge-style game of dungeon exploration. (diff) |
Activate omega.
Notes
Notes:
svn path=/head/; revision=20068
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 5c78da929fe1..9c6cf054f762 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.214 1999/06/30 16:35:33 sada Exp $ +# $Id: Makefile,v 1.215 1999/07/03 06:39:01 cpiazza Exp $ # SUBDIR += 3dc @@ -103,6 +103,7 @@ SUBDIR += tinymux SUBDIR += tksol SUBDIR += tvp + SUBDIR += omega SUBDIR += uox3 SUBDIR += wmeyes SUBDIR += wmtictactoe |