diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-10-12 00:14:34 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-10-12 00:14:34 +0000 |
commit | 7941639857f9ea2aa50d5f74097b32e9bdec3cb3 (patch) | |
tree | dfa0ad7741550e0386fc425466c20ce594094c44 | |
parent | New game port, Rubik's Cube type game. (diff) |
Add in new game port, xrubik.
Submitted by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
Diffstat (limited to '')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index ea9a547175c7..01ccf2d8d414 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.38 1996/09/16 00:31:37 asami Exp $ +# $Id: Makefile,v 1.39 1996/09/21 17:25:01 max Exp $ # SUBDIR += acm @@ -34,6 +34,7 @@ SUBDIR += xpilot SUBDIR += xpipeman SUBDIR += xrisk + SUBDIR += xrubik SUBDIR += xroach SUBDIR += xrobots SUBDIR += xskat |