diff options
author | dd <dd@FreeBSD.org> | 2001-06-25 07:45:35 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-25 07:45:35 +0800 |
commit | d6f9730f124b696a9404e46c2851692bea9f851a (patch) | |
tree | 6d0e05badb456a82fe9e5489119cb0c9febea5e1 /math/Makefile | |
parent | 36435461f1fa87b60f3e86093f63c378eac2738b (diff) | |
download | freebsd-ports-gnome-d6f9730f124b696a9404e46c2851692bea9f851a.tar.gz freebsd-ports-gnome-d6f9730f124b696a9404e46c2851692bea9f851a.tar.zst freebsd-ports-gnome-d6f9730f124b696a9404e46c2851692bea9f851a.zip |
Add solitaire, the reference implementation of the Solitaire
encryption algorithm.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 2880db477da6..6f7979c4a919 100644 --- a/math/Makefile +++ b/math/Makefile @@ -102,6 +102,7 @@ SUBDIR += simpack SUBDIR += slsc SUBDIR += snns + SUBDIR += solitaire SUBDIR += spar SUBDIR += spin SUBDIR += ss |