diff options
author | asami <asami@FreeBSD.org> | 1997-04-07 17:32:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-04-07 17:32:58 +0800 |
commit | 8240c4e180d4f6fc6904df4b56cc30c44cdbfba8 (patch) | |
tree | 6ab61cea387105fb0570887e72df1e699802e91c | |
parent | bd8f3b0d43188420db9b9fb7a8092c46b3d7ca1f (diff) | |
download | freebsd-ports-gnome-8240c4e180d4f6fc6904df4b56cc30c44cdbfba8.tar.gz freebsd-ports-gnome-8240c4e180d4f6fc6904df4b56cc30c44cdbfba8.tar.zst freebsd-ports-gnome-8240c4e180d4f6fc6904df4b56cc30c44cdbfba8.zip |
Add libranlib.
I-think-this-was-probably-forgotten-by: tg :)
-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 |