diff options
author | agc <agc> | 2002-01-28 11:30:09 +0000 |
---|---|---|
committer | agc <agc> | 2002-01-28 11:30:09 +0000 |
commit | dfb91791705986ce6aab49d795949b2e25be3a1f (patch) | |
tree | 92e6e73c715df26c00a6e5be07f07457786aca1f /math/Makefile | |
parent | 17776dd3321c4848caf9a110103829843dfdbbed (diff) | |
download | pkgsrc-dfb91791705986ce6aab49d795949b2e25be3a1f.tar.gz |
Add and enable dbell-calc
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 2d7e7ad9a33..0382177e1cc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2002/01/17 14:03:12 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2002/01/28 11:30:09 agc Exp $ # COMMENT= Mathematics @@ -12,6 +12,7 @@ SUBDIR+= blas SUBDIR+= calc SUBDIR+= capc-calc SUBDIR+= cassowary +SUBDIR+= dbell-calc SUBDIR+= dcdflib.c SUBDIR+= dcdflib.f SUBDIR+= dfftpack |