summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
commit1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f (patch)
tree653f6411fbf1fe7f4e1117b460c961ac3767eddf /games
parentAdded spider. (diff)
Convert all makefiles to new formats.
Notes
Notes: svn path=/head/; revision=2233
Diffstat (limited to 'games')
-rw-r--r--games/Makefile70
1 files changed, 35 insertions, 35 deletions
diff --git a/games/Makefile b/games/Makefile
index 76c195ce20f4..4173eda05fd3 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -1,39 +1,39 @@
-# $Id: Makefile,v 1.29 1995/09/12 10:31:00 asami Exp $
+# $Id: Makefile,v 1.30 1995/10/03 11:33:49 asami Exp $
#
- SUBDIR += acm
- SUBDIR += astrolog
- SUBDIR += golddig
- SUBDIR += jetpack
- SUBDIR += nethack
- SUBDIR += oneko
- SUBDIR += spider
- SUBDIR += tksol
- SUBDIR += xasteroids
- SUBDIR += xbill
- SUBDIR += xboard
- SUBDIR += xboing
- SUBDIR += xchomp
- SUBDIR += xemeraldia
- SUBDIR += xevil
- SUBDIR += xgalaga
- SUBDIR += xinvaders
- SUBDIR += xjewel
- SUBDIR += xkobo
- SUBDIR += xlife
- SUBDIR += xmille
- SUBDIR += xmine
- SUBDIR += xminesweep
- SUBDIR += xmj
- SUBDIR += xmris
- SUBDIR += xonix
- SUBDIR += xpacman
- SUBDIR += xpilot
- SUBDIR += xpipeman
- SUBDIR += xrisk
- SUBDIR += xrobots
- SUBDIR += xsol
- SUBDIR += xtetris
- SUBDIR += xtic
+ SUBDIR += acm
+ SUBDIR += astrolog
+ SUBDIR += golddig
+ SUBDIR += jetpack
+ SUBDIR += nethack
+ SUBDIR += oneko
+ SUBDIR += spider
+ SUBDIR += tksol
+ SUBDIR += xasteroids
+ SUBDIR += xbill
+ SUBDIR += xboard
+ SUBDIR += xboing
+ SUBDIR += xchomp
+ SUBDIR += xemeraldia
+ SUBDIR += xevil
+ SUBDIR += xgalaga
+ SUBDIR += xinvaders
+ SUBDIR += xjewel
+ SUBDIR += xkobo
+ SUBDIR += xlife
+ SUBDIR += xmille
+ SUBDIR += xmine
+ SUBDIR += xminesweep
+ SUBDIR += xmj
+ SUBDIR += xmris
+ SUBDIR += xonix
+ SUBDIR += xpacman
+ SUBDIR += xpilot
+ SUBDIR += xpipeman
+ SUBDIR += xrisk
+ SUBDIR += xrobots
+ SUBDIR += xsol
+ SUBDIR += xtetris
+ SUBDIR += xtic
.include <bsd.port.subdir.mk>