diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-27 22:58:13 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-27 22:58:13 +0000 |
commit | 6d13a44ddae61bf6e467ca1d2bf8613f0b8715d4 (patch) | |
tree | 798c3b6fe34d28a5717065c13eea62ada2526405 /math/Makefile | |
parent | eb4df4694884a16db1eba65f4f627146ee165bf5 (diff) | |
download | pkgsrc-6d13a44ddae61bf6e467ca1d2bf8613f0b8715d4.tar.gz |
Add and enable linpack.
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 3f586be0aab..15aa5ba449d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2001/04/17 00:20:41 jtb Exp $ +# $NetBSD: Makefile,v 1.59 2001/04/27 22:58:13 jtb Exp $ # COMMENT= Mathematics @@ -25,6 +25,7 @@ SUBDIR+= grpn SUBDIR+= gsl SUBDIR+= lapack SUBDIR+= libffm +SUBDIR+= linpack SUBDIR+= mcsim SUBDIR+= meschach SUBDIR+= metis |