diff options
author | asami <asami@FreeBSD.org> | 1996-09-16 08:31:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-09-16 08:31:37 +0800 |
commit | cd47e0816732bcf7d704c64c05f088e9f7e4ad24 (patch) | |
tree | fe9d93142d3f84f6355a8fa85fc8cbe423799e5c /games | |
parent | 1c1666be9f92b8a7c5de3a28611b01fd4aa71768 (diff) | |
download | freebsd-ports-gnome-cd47e0816732bcf7d704c64c05f088e9f7e4ad24.tar.gz freebsd-ports-gnome-cd47e0816732bcf7d704c64c05f088e9f7e4ad24.tar.zst freebsd-ports-gnome-cd47e0816732bcf7d704c64c05f088e9f7e4ad24.zip |
Add xmahjongg.
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 8ffe4f206b90..c2453fdfbfb9 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.36 1996/05/14 12:23:46 tg Exp $ +# $Id: Makefile,v 1.37 1996/08/16 13:45:55 erich Exp $ # SUBDIR += acm @@ -22,6 +22,7 @@ SUBDIR += xjewel SUBDIR += xkobo SUBDIR += xlife + SUBDIR += xmahjongg SUBDIR += xmille SUBDIR += xmine SUBDIR += xminesweep |