diff options
author | cjep <cjep> | 2002-12-07 17:56:03 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-07 17:56:03 +0000 |
commit | bf528911211296dad7547b96d0a99ab4fde57493 (patch) | |
tree | eb1d315c408f252bf6f17ee0ae2268655483d459 /math/Makefile | |
parent | 401e03f7d7cf42b35d2e45e4453b767c6d3ace57 (diff) | |
download | pkgsrc-bf528911211296dad7547b96d0a99ab4fde57493.tar.gz |
Add and enable eukleides.
Diffstat (limited to 'math/Makefile')
-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 |