diff options
author | garbled <garbled> | 1998-10-21 20:00:59 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-10-21 20:00:59 +0000 |
commit | 5f38df1790e74bbda74f4e61b8ad0f8f07296a9b (patch) | |
tree | 16b3817587f067329e66d1211e30feb021c6f91d /math | |
parent | 509104764481bc33042acb6bf6a1bc4b8fb1acf7 (diff) | |
download | pkgsrc-5f38df1790e74bbda74f4e61b8ad0f8f07296a9b.tar.gz |
Enable glunix, fftw, and benchfft.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 9c467f9e83c..7319a396cfa 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/10/03 20:41:00 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/10/21 20:00:59 garbled Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # @@ -9,6 +9,7 @@ # SUBDIR += eispack # SUBDIR += femlab # SUBDIR += fftpack + SUBDIR += fftw # SUBDIR += freefem # SUBDIR += fudgit # SUBDIR += gnuplot |