diff options
author | markd <markd@pkgsrc.org> | 2003-06-05 11:53:28 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2003-06-05 11:53:28 +0000 |
commit | 6c5e2ff97e5704e5dfacce6af337fe28fac35d56 (patch) | |
tree | c9da322bcc35b276966bee22923fbcdb83a5fc17 /math | |
parent | 63e60e41d82263a8a8335e95a2ae77aefd0a7364 (diff) | |
download | pkgsrc-6c5e2ff97e5704e5dfacce6af337fe28fac35d56.tar.gz |
Add ess.
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 1cdcb929571..c1178231a5a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.101 2003/04/30 00:04:25 jtb Exp $ +# $NetBSD: Makefile,v 1.102 2003/06/05 11:53:28 markd Exp $ # COMMENT= Mathematics @@ -17,6 +17,7 @@ SUBDIR+= dcdflib.c SUBDIR+= dcdflib.f SUBDIR+= dfftpack SUBDIR+= eispack +SUBDIR+= ess SUBDIR+= eukleides SUBDIR+= euler SUBDIR+= fftpack |