diff options
author | reed <reed@pkgsrc.org> | 2003-09-30 00:02:24 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2003-09-30 00:02:24 +0000 |
commit | 0f700bbad5dbefb1d88b561559ae045685ceefb3 (patch) | |
tree | e85efdc68de4a1da8dcdb6483eff990ebe85e895 /math/Makefile | |
parent | 223e9ffc035a654aee067e5a02cfff62506d5cbe (diff) | |
download | pkgsrc-0f700bbad5dbefb1d88b561559ae045685ceefb3.tar.gz |
add bc
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 8c0f88a062d..1be0eb1e2f9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2003/09/15 00:19:17 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.107 2003/09/30 00:02:24 reed Exp $ # COMMENT= Mathematics @@ -8,6 +8,7 @@ SUBDIR+= abs SUBDIR+= admesh SUBDIR+= algae SUBDIR+= aribas +SUBDIR+= bc SUBDIR+= blas SUBDIR+= blitz++ SUBDIR+= calc |