diff options
author | jschauma <jschauma> | 2003-07-24 16:49:07 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-07-24 16:49:07 +0000 |
commit | 417bc944b8013999c883e608bd0fc48f691962d6 (patch) | |
tree | df4ce8ae8992748155bc7fe933663051a73da1f7 /math | |
parent | c53d12ee5fbbfd44b9d0a872cde1808c6d343eba (diff) | |
download | pkgsrc-417bc944b8013999c883e608bd0fc48f691962d6.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 |