summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorL Jonas Olsson <ljo@FreeBSD.org>1994-10-31 14:37:36 +0000
committerL Jonas Olsson <ljo@FreeBSD.org>1994-10-31 14:37:36 +0000
commitbdfe3f382934af1ff7b93c402dd4ecaad07a0154 (patch)
treeab4a8ffec05a76be3a3676cf6dd744b4777c78b3 /math
parentEispack library (Eigensystem package). (diff)
Added linpack and eispack.
Notes
Notes: svn path=/head/; revision=300
Diffstat (limited to 'math')
-rw-r--r--math/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile
index 5c3fa2731d8c..588d83e32b01 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.2 1994/10/11 18:17:37 jkh Exp $
+# $Id: Makefile,v 1.3 1994/10/27 15:06:51 ljo Exp $
#
-SUBDIR= blas gnuplot oleo
+SUBDIR= blas eispack gnuplot linpack oleo
.include <bsd.port.subdir.mk>