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 | 8b19d46a0600ea0f30ad4f903880e322513ec785 (patch) | |
tree | e85efdc68de4a1da8dcdb6483eff990ebe85e895 /math | |
parent | 10e0c982c94f7c4eb1f068158e0f994a4fc2def4 (diff) | |
download | pkgsrc-8b19d46a0600ea0f30ad4f903880e322513ec785.tar.gz |
add bc
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 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 |