diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 22:21:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 22:21:36 +0000 |
commit | 2bf84110f557c806441cae4fe5851c4c583efd2d (patch) | |
tree | 847d5fe059577a6865c0fd6106658237de2d9ebd /math/Makefile | |
parent | A very simple matrix package. (diff) |
Add umatrix.
Notes
Notes:
svn path=/head/; revision=6709
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 a60d9c4d2822..f89bc4bc7768 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.25 1997/04/07 09:32:58 asami Exp $ +# $Id: Makefile,v 1.26 1997/04/28 09:24:08 tg Exp $ # SUBDIR += blas @@ -18,6 +18,7 @@ SUBDIR += octave SUBDIR += oleo SUBDIR += ss + SUBDIR += umatrix SUBDIR += wingz SUBDIR += xgraph SUBDIR += xlispstat |