summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-04-07 09:32:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-04-07 09:32:58 +0000
commit4333e6b76d76c99ca7d6dc2554b365778acdebd2 (patch)
treebae4576d4e91301cace9c53fb4ab6a366637b817 /math/Makefile
parentImport of libranlib. libranlib is a library of random number (diff)
Add libranlib.
I-think-this-was-probably-forgotten-by: tg :)
Notes
Notes: svn path=/head/; revision=6154
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile3
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