summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorL Jonas Olsson <ljo@FreeBSD.org>1994-10-27 15:06:51 +0000
committerL Jonas Olsson <ljo@FreeBSD.org>1994-10-27 15:06:51 +0000
commit88940f6f1406c1ba000c1337c5e7c903c4487270 (patch)
treeb5e1c3bd56d558b95336401ae7d2f0f353befd69 /math/Makefile
parentBLAS (Basic Linear Algebra Package) library. Used by LINPACK, LAPACK, etc. (diff)
Added blas.
Notes
Notes: svn path=/head/; revision=281
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile
index 69f81767bc33..5c3fa2731d8c 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,6 +1,6 @@
-# $Id: Makefile,v 1.1 1994/10/06 01:16:49 jkh Exp $
+# $Id: Makefile,v 1.2 1994/10/11 18:17:37 jkh Exp $
#
-SUBDIR= gnuplot oleo
+SUBDIR= blas gnuplot oleo
.include <bsd.port.subdir.mk>