diff options
author | wennmach <wennmach@pkgsrc.org> | 2000-11-06 17:56:09 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2000-11-06 17:56:09 +0000 |
commit | 19e93590091d270f6dc40ef11ef28b5e5dc2da06 (patch) | |
tree | 99522484795f60306fee7fdfca03ec6f9dddb0d3 /math/Makefile | |
parent | eae1f79cbfb4239b115b45561fdd2f69d0a3c548 (diff) | |
download | pkgsrc-19e93590091d270f6dc40ef11ef28b5e5dc2da06.tar.gz |
Add and enable blas.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 29468fd7601..e537f47a96c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.23 2000/08/03 17:50:51 rh Exp $ +# $NetBSD: Makefile,v 1.24 2000/11/06 17:56:09 wennmach Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # SUBDIR += R SUBDIR += abacus SUBDIR += abs + SUBDIR += blas SUBDIR += cassowary SUBDIR += fftw SUBDIR += geg |