diff options
author | jtb <jtb@pkgsrc.org> | 2001-01-29 06:14:53 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-01-29 06:14:53 +0000 |
commit | 29de9e68e832fab23b8a42ca8e953a6bd45a3e53 (patch) | |
tree | 8e33d0d2a1f382dd0e13e542866627e1c8b86419 /math/Makefile | |
parent | 45353a8aa4225435ce2508b6704e46de25e09e70 (diff) | |
download | pkgsrc-29de9e68e832fab23b8a42ca8e953a6bd45a3e53.tar.gz |
Add and enable dcdflib.c
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 c73c6bea430..1d67b2a34f8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2001/01/26 23:48:34 jtb Exp $ +# $NetBSD: Makefile,v 1.40 2001/01/29 06:14:53 jtb Exp $ # SUBDIR += R @@ -8,6 +8,7 @@ SUBDIR += blas SUBDIR += calc SUBDIR += cassowary + SUBDIR += dcdflib.c SUBDIR += dfftpack SUBDIR += eispack SUBDIR += fftw |