diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-08 10:27:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-08 10:27:49 +0000 |
commit | a8be8c260c0d3c4544ec9c4b509b6aa002a2aafe (patch) | |
tree | 34954ee400ff72fdf3196c510b1f26fcd07cbdb5 /math | |
parent | 4eff26eac9ecb881be1d692dae8bf88524e49aea (diff) | |
download | pkgsrc-a8be8c260c0d3c4544ec9c4b509b6aa002a2aafe.tar.gz |
Add and enable capc-calc
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 d00409602f4..45aecd05947 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2001/02/07 22:36:25 jtb Exp $ +# $NetBSD: Makefile,v 1.47 2001/02/08 10:27:49 wiz Exp $ # SUBDIR += R @@ -7,6 +7,7 @@ SUBDIR += aribas SUBDIR += blas SUBDIR += calc + SUBDIR += capc-calc SUBDIR += cassowary SUBDIR += dcdflib.c SUBDIR += dfftpack |