summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-06-23 04:36:34 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-06-23 04:36:34 +0000
commit40cab311312e65f1e0afb59d3fa8b7607a66e58c (patch)
tree88b33c023cc89e9243e8ec333de5697565364d52 /games
parentxtic-1.12, line up your pieces on a board to beat your computer. (diff)
Added xtic.
Notes
Notes: svn path=/head/; revision=1864
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 e0cb6ca094b2..05648cfdad1f 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.20 1995/05/14 03:29:30 asami Exp $
+# $Id: Makefile,v 1.21 1995/05/17 14:48:33 asami Exp $
#
# NOTE: xpipeman (can't ftp)
# NOTE: xrobots (can't ftp)
@@ -8,6 +8,6 @@ SUBDIR= acm golddig jetpack nethack oneko xasteroids xboard xboing \
xchomp xemeraldia xevil xinvaders \
xjewel xlife xmille xmine xminesweep xmj xmris xonix \
xpipeman xrisk xrobots xsol \
- xtetris
+ xtetris xtic
.include <bsd.port.subdir.mk>