diff options
author | cjep <cjep> | 2002-12-07 17:56:03 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-07 17:56:03 +0000 |
commit | c561da3d1e4052d51cdb89fbf0e7e204d4973db0 (patch) | |
tree | eb1d315c408f252bf6f17ee0ae2268655483d459 /math | |
parent | bb92c3b7ee1c30fee8b15aa0415e83f8e0cb7c58 (diff) | |
download | pkgsrc-c561da3d1e4052d51cdb89fbf0e7e204d4973db0.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 |