diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 04:36:47 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 04:36:47 +0000 |
commit | 42dd5bff2cfad66d47deb7e2341c98381937e6a5 (patch) | |
tree | 727639e33240dfc84e5b5f1f68cde1c5256bd1a4 /games/Makefile | |
parent | e5092d6e1b5c6d1cb69e3b1b1fcf8efc9face152 (diff) | |
download | ports-42dd5bff2cfad66d47deb7e2341c98381937e6a5.tar.gz ports-42dd5bff2cfad66d47deb7e2341c98381937e6a5.zip |
Add deal 2.1, a calculator for card-draw probabilities.
PR: 26288
Submitted by: Mark Pulford <mark@kyne.com.au>
Notes
Notes:
svn path=/head/; revision=40994
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index cd499ced7bc8..20c85bf81ea9 100644 --- a/games/Makefile +++ b/games/Makefile @@ -54,6 +54,7 @@ SUBDIR += crafty-open-small SUBDIR += crossfire SUBDIR += cursive + SUBDIR += deal SUBDIR += defendguin SUBDIR += digger-vgl SUBDIR += dontspace |