diff options
author | asami <asami@FreeBSD.org> | 1996-11-17 19:56:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-17 19:56:40 +0800 |
commit | a889b539305bf57e4c9af4dfdfdd05aa6b4d6530 (patch) | |
tree | 66a5989fb53fa58a609139251c3d062fcf098796 | |
parent | b97fc9a44e4893d30c4ba105d49070824597089f (diff) | |
download | freebsd-ports-gnome-a889b539305bf57e4c9af4dfdfdd05aa6b4d6530.tar.gz freebsd-ports-gnome-a889b539305bf57e4c9af4dfdfdd05aa6b4d6530.tar.zst freebsd-ports-gnome-a889b539305bf57e4c9af4dfdfdd05aa6b4d6530.zip |
Add gnushogi, xcubes and xshogi.
-rw-r--r-- | games/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 54508d79ec47..f10e9d716a0f 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.44 1996/11/09 00:02:53 obrien Exp $ +# $Id: Makefile,v 1.45 1996/11/16 12:50:42 asami Exp $ # SUBDIR += acm SUBDIR += crossfire SUBDIR += gnuchess + SUBDIR += gnushogi SUBDIR += golddig SUBDIR += jetpack SUBDIR += nethack @@ -18,6 +19,7 @@ SUBDIR += xboard SUBDIR += xboing SUBDIR += xchomp + SUBDIR += xcubes SUBDIR += xdino SUBDIR += xemeraldia SUBDIR += xevil @@ -44,6 +46,7 @@ SUBDIR += xrobots SUBDIR += xrubik SUBDIR += xshisen + SUBDIR += xshogi SUBDIR += xskat SUBDIR += xsol SUBDIR += xtetris |