diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-05-14 12:23:46 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-05-14 12:23:46 +0000 |
commit | 8554c625d61b6ada1bc4aba62f54383a1cae856e (patch) | |
tree | 30bb448a4c4a61d476549c108d494637432f5e24 /games/Makefile | |
parent | d4f38ef40dcd02ff79f87c5f954d93bf2ec604dc (diff) | |
download | ports-8554c625d61b6ada1bc4aba62f54383a1cae856e.tar.gz ports-8554c625d61b6ada1bc4aba62f54383a1cae856e.zip |
Add xskat.
Notes
Notes:
svn path=/head/; revision=3083
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index dbdbec9c74be..60b11cafe2af 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.34 1995/12/22 18:51:46 markm Exp $ +# $Id: Makefile,v 1.35 1995/12/23 21:11:49 markm Exp $ # SUBDIR += acm @@ -34,6 +34,7 @@ SUBDIR += xrisk SUBDIR += xroach SUBDIR += xrobots + SUBDIR += xskat SUBDIR += xsol SUBDIR += xtetris SUBDIR += xtic |