diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-14 08:54:02 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-02-14 08:54:02 +0000 |
commit | e6c983a859bec7905fcb7ea74d9fe304182685eb (patch) | |
tree | 1f8bf2d327fc1680c7628476c7a6230e3107a0a5 /math/Makefile | |
parent | 9b7bcc6702e704ac87235a642dd536375fc9beed (diff) |
Notes
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index d11c1732706c..467b08389bfe 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.21 1997/01/11 11:39:44 asami Exp $ +# $Id: Makefile,v 1.22 1997/01/24 12:32:35 max Exp $ # SUBDIR += blas SUBDIR += calc SUBDIR += calctool SUBDIR += eispack + SUBDIR += fftpack SUBDIR += freefem SUBDIR += fudgit SUBDIR += gnuplot |