diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-04-07 09:32:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-04-07 09:32:58 +0000 |
commit | 4333e6b76d76c99ca7d6dc2554b365778acdebd2 (patch) | |
tree | bae4576d4e91301cace9c53fb4ab6a366637b817 /math | |
parent | 88980b00358391e327ec9c0cb82062c694ea5ba9 (diff) | |
download | ports-4333e6b76d76c99ca7d6dc2554b365778acdebd2.tar.gz ports-4333e6b76d76c99ca7d6dc2554b365778acdebd2.zip |
Notes
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 0429b1212fe5..cd1e0f9a3fdc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1997/02/14 08:54:02 tg Exp $ +# $Id: Makefile,v 1.24 1997/03/06 01:23:46 asami Exp $ # SUBDIR += blas @@ -11,6 +11,7 @@ SUBDIR += gnuplot SUBDIR += hexcalc SUBDIR += lapack + SUBDIR += libranlib SUBDIR += linpack SUBDIR += maxima SUBDIR += octave |