summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorwulf <wulf>2005-10-02 12:08:37 +0000
committerwulf <wulf>2005-10-02 12:08:37 +0000
commit67129739df7734fb9105620683c054e873dab365 (patch)
treef56671bb9ddba707e8dc4958a73ece451fcae51a /math/Makefile
parentd8b7d9a5ad8606e9930c1090a117723a80eb578b (diff)
downloadpkgsrc-67129739df7734fb9105620683c054e873dab365.tar.gz
Added and enabled fftwf: A single precision library version of math/fftw
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 9b521cb8f08..8c996c63d78 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2005/09/08 15:29:28 drochner Exp $
+# $NetBSD: Makefile,v 1.136 2005/10/02 12:08:37 wulf Exp $
#
COMMENT= Mathematics
@@ -26,6 +26,7 @@ SUBDIR+= euler
SUBDIR+= fftpack
SUBDIR+= fftw
SUBDIR+= fftw2
+SUBDIR+= fftwf
SUBDIR+= galculator
SUBDIR+= gap
SUBDIR+= gcalctool