diff options
author | wiz <wiz> | 2003-06-05 20:51:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-06-05 20:51:35 +0000 |
commit | c0b14acda71ce7d930f4c01f944b641e0734aace (patch) | |
tree | 71f03a70743bbe2c122fa0cebb4f0a58d3f64f73 /math/Makefile | |
parent | ce2f193d6bb9e13e09ce1314865582dbfb5ba99c (diff) | |
download | pkgsrc-c0b14acda71ce7d930f4c01f944b641e0734aace.tar.gz |
Add fftw2.
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 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 |