diff options
author | drochner <drochner> | 2010-02-03 14:14:05 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-02-03 14:14:05 +0000 |
commit | f854df75aba30a04af48490c11d6402f0fdc8262 (patch) | |
tree | 061990d556805e9328b55e807aa62a121628fc00 /math | |
parent | aa715210d8dd9c014f8cbacaf2a07ef3f2612c6e (diff) | |
download | pkgsrc-f854df75aba30a04af48490c11d6402f0fdc8262.tar.gz |
+ 2 calculators
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 813e670287e..ab800cc7210 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.197 2010/01/27 14:17:33 drochner Exp $ +# $NetBSD: Makefile,v 1.198 2010/02/03 14:14:05 drochner Exp $ COMMENT= Mathematics @@ -62,6 +62,7 @@ SUBDIR+= eispack SUBDIR+= ess SUBDIR+= eukleides SUBDIR+= euler +SUBDIR+= extcalc SUBDIR+= fftpack SUBDIR+= fftw SUBDIR+= fftw2 @@ -175,6 +176,7 @@ SUBDIR+= sc SUBDIR+= scilab SUBDIR+= slatec SUBDIR+= snns +SUBDIR+= speedcrunch SUBDIR+= statist SUBDIR+= superlu SUBDIR+= tasp-vsipl |