diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-30 14:36:31 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-30 14:36:31 +0000 |
commit | 35d40460e08ebb71b4a7a7b97e9874a7f4d409d7 (patch) | |
tree | 3ce65add5903f774a70dfe5068ede52a3313adce /games/Makefile | |
parent | a4f997a075e5fdf20f79bd17498cb3d756c400d5 (diff) |
added CaribbeanStud
Notes
Notes:
svn path=/head/; revision=17453
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 1fc0bc3fe326..57baecae9479 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.190 1999/03/15 23:02:09 dburr Exp $ +# $Id: Makefile,v 1.191 1999/03/30 01:41:31 steve Exp $ # SUBDIR += 3dc @@ -19,6 +19,7 @@ SUBDIR += bogged SUBDIR += bs SUBDIR += bugsx + SUBDIR += CaribbeanStud SUBDIR += cgoban SUBDIR += connect4 SUBDIR += cosmo |