diff options
author | asami <asami@FreeBSD.org> | 1995-10-03 19:45:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-03 19:45:15 +0800 |
commit | 3b0a0d13baed38ad5c20a1070b273c4d97ded219 (patch) | |
tree | 72aa00670740ea6ae0367286f97a98c3ed61f59c /games | |
parent | 9fa7040edc6ac61b45719260a2ffe58365fb9960 (diff) | |
download | freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.gz freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.zst freebsd-ports-gnome-3b0a0d13baed38ad5c20a1070b273c4d97ded219.zip |
Convert all makefiles to new formats.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 70 |
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> |