diff options
author | asami <asami@FreeBSD.org> | 1995-07-04 18:30:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-04 18:30:14 +0800 |
commit | a3149a7c484de6057abe1b083300c8b0627fd726 (patch) | |
tree | b730a61549ac1200cd27dca24824e2cc6558669a /games | |
parent | 4aa19b2c69fc4f893421216bf2c23dccaf3ef27e (diff) | |
download | freebsd-ports-gnome-a3149a7c484de6057abe1b083300c8b0627fd726.tar.gz freebsd-ports-gnome-a3149a7c484de6057abe1b083300c8b0627fd726.tar.zst freebsd-ports-gnome-a3149a7c484de6057abe1b083300c8b0627fd726.zip |
Add tksol, convert the Makefile along the way.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 37 |
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> |