diff options
author | ljo <ljo@FreeBSD.org> | 1994-10-27 23:06:51 +0800 |
---|---|---|
committer | ljo <ljo@FreeBSD.org> | 1994-10-27 23:06:51 +0800 |
commit | a8850d29c04190493425eb14653b61c2abfba2f4 (patch) | |
tree | 2ea1847aa88a8b1fe92150aa0be2292b02d0aaa3 /math | |
parent | 0895a5692444af68f4fc83955a9955c2e4a9f264 (diff) | |
download | freebsd-ports-gnome-a8850d29c04190493425eb14653b61c2abfba2f4.tar.gz freebsd-ports-gnome-a8850d29c04190493425eb14653b61c2abfba2f4.tar.zst freebsd-ports-gnome-a8850d29c04190493425eb14653b61c2abfba2f4.zip |
Added blas.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
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> |