diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-11-28 11:57:15 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-11-28 11:57:15 +0800 |
commit | 19c14c32931805424a19ac94572db7b30d87f06c (patch) | |
tree | b1ad4415c831c614665b6975fb7e47cc8867540f /math/Makefile | |
parent | 764e15228aef3f692dc7e214e1109210ebd3ee24 (diff) | |
download | freebsd-ports-gnome-19c14c32931805424a19ac94572db7b30d87f06c.tar.gz freebsd-ports-gnome-19c14c32931805424a19ac94572db7b30d87f06c.tar.zst freebsd-ports-gnome-19c14c32931805424a19ac94572db7b30d87f06c.zip |
add fxt
FFT code and related stuff
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 c6a473ee598a..34194caa958b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -25,6 +25,7 @@ SUBDIR += fftw SUBDIR += freefem SUBDIR += fudgit + SUBDIR += fxt SUBDIR += geg SUBDIR += gexpr SUBDIR += glove |