diff options
author | asami <asami@FreeBSD.org> | 1995-06-23 12:36:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-23 12:36:34 +0800 |
commit | 4cf2a295a0cbbae4d751ce1a0b80b066c9c74b15 (patch) | |
tree | baf7794aca55368dfa5184c5713d8f074bfc3c8c /games | |
parent | 86b1c544aaa8df97ba839f10d851b397c37d94d5 (diff) | |
download | freebsd-ports-gnome-4cf2a295a0cbbae4d751ce1a0b80b066c9c74b15.tar.gz freebsd-ports-gnome-4cf2a295a0cbbae4d751ce1a0b80b066c9c74b15.tar.zst freebsd-ports-gnome-4cf2a295a0cbbae4d751ce1a0b80b066c9c74b15.zip |
Added xtic.
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> |