aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1996-06-07 23:56:19 +0800
committerJean-Marc Zucconi <jmz@FreeBSD.org>1996-06-07 23:56:19 +0800
commit4f9e648568c8e677dde2ff293c1d5f20800e70f4 (patch)
tree08baa588c933df57eb87c759a73e7822c3dff195
parentd2e95f05c163f196a666702adf838324fd6ea6dd (diff)
downloadfreebsd-ports-4f9e648568c8e677dde2ff293c1d5f20800e70f4.tar.gz
freebsd-ports-4f9e648568c8e677dde2ff293c1d5f20800e70f4.tar.zst
freebsd-ports-4f9e648568c8e677dde2ff293c1d5f20800e70f4.zip
Add lapack.
Notes
Notes: svn path=/head/; revision=3179
-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