diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-04 10:30:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-04 10:30:14 +0000 |
commit | c9589ea8c2c69003b15d28529da4ac12de65ea65 (patch) | |
tree | 32fdfd69621a41cb82f5f5743d913b01b1220f18 /games | |
parent | 0b4fb0aea64ee5358c1eb819188f7285ff6a9abc (diff) | |
download | ports-c9589ea8c2c69003b15d28529da4ac12de65ea65.tar.gz ports-c9589ea8c2c69003b15d28529da4ac12de65ea65.zip |
Notes
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> |