diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-07 17:56:03 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-07 17:56:03 +0000 |
commit | dc95be2f797a873f4403dc4a5089c9a3988a06dd (patch) | |
tree | eb1d315c408f252bf6f17ee0ae2268655483d459 /math | |
parent | a86669188d555118af1d3560db3792a364a1f334 (diff) | |
download | pkgsrc-dc95be2f797a873f4403dc4a5089c9a3988a06dd.tar.gz |
Add and enable eukleides.
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 7f6162253c9..97f84049811 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2002/11/09 09:24:05 rh Exp $ +# $NetBSD: Makefile,v 1.88 2002/12/07 17:56:03 cjep Exp $ # COMMENT= Mathematics @@ -28,6 +28,7 @@ SUBDIR+= dcdflib.c SUBDIR+= dcdflib.f SUBDIR+= dfftpack SUBDIR+= eispack +SUBDIR+= eukleides SUBDIR+= euler SUBDIR+= fftpack SUBDIR+= fftw |