diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-07 19:06:57 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-07 19:06:57 +0000 |
commit | 7471bb19db1b893a19acc9ae4148e2a6aaf15638 (patch) | |
tree | 70c46bd7d1165ea44201299cc59c6bbe5c742a11 /games | |
parent | Import of xinfocom, an interpreter for Infocom games under X11. (diff) |
Activate xinfocom.
Notes
Notes:
svn path=/head/; revision=10904
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 5d1cf760ceb5..f0d28d034061 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.130 1998/05/05 01:24:06 mph Exp $ +# $Id: Makefile,v 1.131 1998/05/05 08:02:37 tg Exp $ # SUBDIR += 3dc @@ -76,6 +76,7 @@ SUBDIR += xgalaga SUBDIR += xgammon SUBDIR += xgolgo + SUBDIR += xinfocom SUBDIR += xinvaders SUBDIR += xjewel SUBDIR += xjig |