summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-03-16 09:21:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-03-16 09:21:13 +0000
commit64e2e8735d8486ade040a55b221a49ff80328950 (patch)
tree0c891747337bf5262d6708bfeb9a8d3220e83198 /games
parentJohn Horton Conway's Game of Life, taken from R5-contrib archives. (diff)
Added xlife.
Notes
Notes: svn path=/head/; revision=1142
Diffstat (limited to 'games')
-rw-r--r--games/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile
index 86a437584341..5fa0efe540f1 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.7 1995/02/13 19:21:12 ats Exp $
+# $Id: Makefile,v 1.8 1995/03/06 23:33:12 joerg Exp $
#
SUBDIR= acm golddig jetpack oneko xasteroids xboard xboing xchomp xinvaders \
- xjewel xmille xmine xminesweep xmj xmris xpipeman xrobots xsol \
+ xjewel xlife xmille xmine xminesweep xmj xmris xpipeman xrobots xsol \
xtetris
.include <bsd.port.subdir.mk>