diff options
author | wennmach <wennmach> | 2000-11-06 17:56:09 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2000-11-06 17:56:09 +0000 |
commit | de1795751136b6a552d5bf3ebd1d58b8586bf043 (patch) | |
tree | 99522484795f60306fee7fdfca03ec6f9dddb0d3 /math | |
parent | 5aafae7eb68927c5df9a187b0b26c5b2706497e4 (diff) | |
download | pkgsrc-de1795751136b6a552d5bf3ebd1d58b8586bf043.tar.gz |
Add and enable blas.
Diffstat (limited to 'math')
-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 |