diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-17 14:48:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-17 14:48:33 +0000 |
commit | 0d454a134989202fc29c9522d1194a878148644d (patch) | |
tree | 347e0918d3017395483f01e439071d738acd2418 /games | |
parent | 4665c9e7e08081892f37575482569aceef907e38 (diff) |
Add back xpipeman to xrobots, which were taken out because the ftp
site wasn't accessible -- I had distfiles on my machine so I copied
them over to ftp.freebsd.org.
Notes
Notes:
svn path=/head/; revision=1773
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/Makefile b/games/Makefile index df366cf58ec3..e0cb6ca094b2 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,12 +1,13 @@ -# $Id: Makefile,v 1.19 1995/05/13 11:49:59 asami Exp $ +# $Id: Makefile,v 1.20 1995/05/14 03:29:30 asami Exp $ # -# BROKEN: xpipeman (can't ftp) -# BROKEN: xrobots (can't ftp) +# NOTE: xpipeman (can't ftp) +# NOTE: xrobots (can't ftp) # SUBDIR= acm golddig jetpack nethack oneko xasteroids xboard xboing \ xchomp xemeraldia xevil xinvaders \ - xjewel xlife xmille xmine xminesweep xmj xmris xonix xrisk xsol \ + xjewel xlife xmille xmine xminesweep xmj xmris xonix \ + xpipeman xrisk xrobots xsol \ xtetris .include <bsd.port.subdir.mk> |