diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-23 04:36:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-23 04:36:34 +0000 |
commit | 40cab311312e65f1e0afb59d3fa8b7607a66e58c (patch) | |
tree | 88b33c023cc89e9243e8ec333de5697565364d52 /games | |
parent | b4302dee546a6d6ab2358bd991bff3c57fabe499 (diff) | |
download | ports-40cab311312e65f1e0afb59d3fa8b7607a66e58c.tar.gz ports-40cab311312e65f1e0afb59d3fa8b7607a66e58c.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/Makefile b/games/Makefile index e0cb6ca094b2..05648cfdad1f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1995/05/14 03:29:30 asami Exp $ +# $Id: Makefile,v 1.21 1995/05/17 14:48:33 asami Exp $ # # NOTE: xpipeman (can't ftp) # NOTE: xrobots (can't ftp) @@ -8,6 +8,6 @@ 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 + xtetris xtic .include <bsd.port.subdir.mk> |