diff options
author | wiz <wiz> | 2003-06-05 20:51:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-05 20:51:35 +0000 |
commit | 7376b3d56fcbb253160f59d0058cbd511f228e7e (patch) | |
tree | 71f03a70743bbe2c122fa0cebb4f0a58d3f64f73 /math | |
parent | 7919f4b45d8a3546199a44c1c08bd4743ad152d7 (diff) | |
download | pkgsrc-7376b3d56fcbb253160f59d0058cbd511f228e7e.tar.gz |
Add fftw2.
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 c1178231a5a..372211705da 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2003/06/05 11:53:28 markd Exp $ +# $NetBSD: Makefile,v 1.103 2003/06/05 20:51:35 wiz Exp $ # COMMENT= Mathematics @@ -22,6 +22,7 @@ SUBDIR+= eukleides SUBDIR+= euler SUBDIR+= fftpack SUBDIR+= fftw +SUBDIR+= fftw2 SUBDIR+= gap SUBDIR+= gcalctool SUBDIR+= geg |