diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-24 16:49:07 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-24 16:49:07 +0000 |
commit | 9e69a29f3fa8a28687af3ab09f678bd84fbf1bfe (patch) | |
tree | df4ce8ae8992748155bc7fe933663051a73da1f7 /math | |
parent | bfb9e6ea13b044dacf0610ae639b741be6c8ff0f (diff) | |
download | pkgsrc-9e69a29f3fa8a28687af3ab09f678bd84fbf1bfe.tar.gz |
Add/enable djbfft
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 e4997608c0d..6c60962197c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2003/07/07 23:35:39 jtb Exp $ +# $NetBSD: Makefile,v 1.105 2003/07/24 16:49:07 jschauma Exp $ # COMMENT= Mathematics @@ -16,6 +16,7 @@ SUBDIR+= cassowary SUBDIR+= dcdflib.c SUBDIR+= dcdflib.f SUBDIR+= dfftpack +SUBDIR+= djbfft SUBDIR+= eispack SUBDIR+= ess SUBDIR+= eukleides |