From a3149a7c484de6057abe1b083300c8b0627fd726 Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 4 Jul 1995 10:30:14 +0000 Subject: Add tksol, convert the Makefile along the way. --- games/Makefile | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) (limited to 'games') 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 -- cgit