diff options
author | asami <asami@FreeBSD.org> | 1997-06-10 08:50:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-10 08:50:47 +0000 |
commit | 381720157cc305ac74b388eca4268a5d0e27d0d4 (patch) | |
tree | dc1b3b00880996da4bb3f60186feb1609454c07d /math | |
parent | 76550b80dc4603ba9d28cb64021803f1e81ec926 (diff) | |
download | FreeBSD-ports-381720157cc305ac74b388eca4268a5d0e27d0d4.zip FreeBSD-ports-381720157cc305ac74b388eca4268a5d0e27d0d4.tar.gz |
Add simpack.
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 aeff0c1..cde190c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.27 1997/06/03 22:21:36 asami Exp $ +# $Id: Makefile,v 1.28 1997/06/03 22:43:00 asami Exp $ # SUBDIR += apc @@ -18,6 +18,7 @@ SUBDIR += numpy SUBDIR += octave SUBDIR += oleo + SUBDIR += simpack SUBDIR += ss SUBDIR += umatrix SUBDIR += wingz |