diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-10-16 15:41:14 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-10-16 15:41:14 +0000 |
commit | 70bceb3a91befb57b10baa5bed81f0952d246096 (patch) | |
tree | c81ea7c48e889d890f2b67e75bfe5cfb153fc2b9 /math/Makefile | |
parent | c74a2992912c7d36c6f189b8ed196a6ed9bf6c64 (diff) | |
download | pkgsrc-70bceb3a91befb57b10baa5bed81f0952d246096.tar.gz |
Add/enable newmat
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 cb36869db77..98edf33a249 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2002/09/09 01:20:49 markd Exp $ +# $NetBSD: Makefile,v 1.84 2002/10/16 15:41:14 jschauma Exp $ # COMMENT= Mathematics @@ -48,6 +48,7 @@ SUBDIR+= mcsim SUBDIR+= meschach SUBDIR+= metis SUBDIR+= minpack +SUBDIR+= newmat SUBDIR+= ntl SUBDIR+= octave SUBDIR+= octave-current |