summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-04 10:30:14 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-04 10:30:14 +0000
commitc9589ea8c2c69003b15d28529da4ac12de65ea65 (patch)
tree32fdfd69621a41cb82f5f5743d913b01b1220f18 /games
parentA Tk version of xsol. (diff)
Add tksol, convert the Makefile along the way.
Notes
Notes: svn path=/head/; revision=1922
Diffstat (limited to 'games')
-rw-r--r--games/Makefile37
1 files changed, 28 insertions, 9 deletions
diff --git a/games/Makefile b/games/Makefile
index 05648cfdad1f..77e28c458168 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,13 +1,32 @@
-# $Id: Makefile,v 1.21 1995/05/17 14:48:33 asami Exp $
-#
-# NOTE: xpipeman (can't ftp)
-# NOTE: xrobots (can't ftp)
+# $Id: Makefile,v 1.22 1995/06/23 04:36:34 asami Exp $
#
-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 xtic
+ SUBDIR += acm
+ SUBDIR += golddig
+ SUBDIR += jetpack
+ SUBDIR += nethack
+ SUBDIR += oneko
+ SUBDIR += tksol
+ SUBDIR += xasteroids
+ SUBDIR += xboard
+ SUBDIR += xboing
+ SUBDIR += xchomp
+ SUBDIR += xemeraldia
+ SUBDIR += xevil
+ SUBDIR += xinvaders
+ SUBDIR += xjewel
+ SUBDIR += xlife
+ SUBDIR += xmille
+ SUBDIR += xmine
+ SUBDIR += xminesweep
+ SUBDIR += xmj
+ SUBDIR += xmris
+ SUBDIR += xonix
+ SUBDIR += xpipeman
+ SUBDIR += xrisk
+ SUBDIR += xrobots
+ SUBDIR += xsol
+ SUBDIR += xtetris
+ SUBDIR += xtic
.include <bsd.port.subdir.mk>