diff options
author | markm <markm@FreeBSD.org> | 1995-12-23 02:34:38 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1995-12-23 02:34:38 +0800 |
commit | a6be7829a0970b5d4bdaeb7b0dcb6581fe8f75b1 (patch) | |
tree | 40d0d97ac83262f66bef4294327c8ccbd6137cd9 | |
parent | a0cd5e7f9b500e723c836cb7163f5d3e4293f207 (diff) | |
download | freebsd-ports-gnome-a6be7829a0970b5d4bdaeb7b0dcb6581fe8f75b1.tar.gz freebsd-ports-gnome-a6be7829a0970b5d4bdaeb7b0dcb6581fe8f75b1.tar.zst freebsd-ports-gnome-a6be7829a0970b5d4bdaeb7b0dcb6581fe8f75b1.zip |
Add xneko and xroach.
-rw-r--r-- | games/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index b93653a988a5..9b9a06f7bb48 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.31 1995/10/03 11:45:07 asami Exp $ +# $Id: Makefile,v 1.32 1995/11/26 21:34:40 asami Exp $ # SUBDIR += acm @@ -25,12 +25,14 @@ SUBDIR += xminesweep SUBDIR += xmj SUBDIR += xmris + SUBDIR += xneko SUBDIR += xonix SUBDIR += xpacman SUBDIR += xpilot SUBDIR += xpipeman SUBDIR += xrisk SUBDIR += xrobots + SUBDIR += xroach SUBDIR += xsol SUBDIR += xtetris SUBDIR += xtic |