diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-03-07 00:30:35 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-03-07 00:30:35 +0000 |
commit | 335b7ae435e46f582746393d8b8d859373a152ad (patch) | |
tree | abc5bb8e1d205194df3d853f4c0b0aec160040b6 | |
parent | f28944154d75257c7a05e0a1e133efc6abbb35a4 (diff) | |
download | ports-335b7ae435e46f582746393d8b8d859373a152ad.tar.gz ports-335b7ae435e46f582746393d8b8d859373a152ad.zip |
Notes
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 36e40f32a50c..68be223a2c71 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.186 1999/02/20 00:52:11 flathill Exp $ +# $Id: Makefile,v 1.187 1999/02/25 06:56:45 dburr Exp $ # SUBDIR += 3dc SUBDIR += 3dpong SUBDIR += KnightCap SUBDIR += acm + SUBDIR += actx SUBDIR += affenspiel SUBDIR += agm SUBDIR += an @@ -61,6 +62,7 @@ SUBDIR += maelstrom SUBDIR += mangband SUBDIR += merlin + SUBDIR += mindfocus SUBDIR += mirrormagic SUBDIR += nethack SUBDIR += nethack-qt |