diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-17 11:56:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-17 11:56:40 +0000 |
commit | 6a5191b37ea858df79501dbc1f2559bfce987b28 (patch) | |
tree | 148cdf0244a1b76717d21cd97d07171f83e20951 /games/Makefile | |
parent | 9f312008ed02a7c4f1ab8afaebb231177f26f45d (diff) | |
download | ports-6a5191b37ea858df79501dbc1f2559bfce987b28.tar.gz ports-6a5191b37ea858df79501dbc1f2559bfce987b28.zip |
Notes
Diffstat (limited to 'games/Makefile')
-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 |