diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-01-01 03:16:55 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-01-01 03:16:55 +0000 |
commit | 44fa9a98ac8d7a26ed568ec6f2cd8d0ea4ae4686 (patch) | |
tree | af5829770a230e72ed87d89a840f6540fcda4e91 | |
parent | multi-player Angband (diff) |
add mangband
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 40d1cfd281bb..53a4dff09662 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.178 1998/12/24 07:23:57 steve Exp $ +# $Id: Makefile,v 1.179 1998/12/29 18:50:37 mph Exp $ # SUBDIR += 3dc @@ -58,6 +58,7 @@ SUBDIR += libshhcards SUBDIR += lincity SUBDIR += maelstrom + SUBDIR += mangband SUBDIR += merlin SUBDIR += nethack SUBDIR += nethack-qt |