summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1996-06-07 15:56:19 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1996-06-07 15:56:19 +0000
commit4f9e648568c8e677dde2ff293c1d5f20800e70f4 (patch)
tree08baa588c933df57eb87c759a73e7822c3dff195 /math
parentLAPACK is a library of Fortran 77 subroutines for linear algebra. (diff)
Add lapack.
Notes
Notes: svn path=/head/; revision=3179
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index bef0906cc76d..250ede2f876a 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.16 1995/11/26 21:25:36 asami Exp $
+# $Id: Makefile,v 1.17 1996/04/12 08:35:07 asami Exp $
#
SUBDIR += blas
@@ -7,6 +7,7 @@
SUBDIR += fudgit
SUBDIR += gnuplot
SUBDIR += hexcalc
+ SUBDIR += lapack
SUBDIR += linpack
SUBDIR += maxima
SUBDIR += octave