diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-10-12 08:14:34 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-10-12 08:14:34 +0800 |
commit | 3908227ddb7ea6960893d7bae083b48197c85c15 (patch) | |
tree | 818ed45779d55b028592ad2d110911c29e5d79a6 | |
parent | fc56728442bf72a1ec5da96bd68a21e1806bc725 (diff) | |
download | freebsd-ports-gnome-3908227ddb7ea6960893d7bae083b48197c85c15.tar.gz freebsd-ports-gnome-3908227ddb7ea6960893d7bae083b48197c85c15.tar.zst freebsd-ports-gnome-3908227ddb7ea6960893d7bae083b48197c85c15.zip |
Add in new game port, xrubik.
Submitted by: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
-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 |