diff options
author | jtb <jtb> | 2001-04-17 00:20:41 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-17 00:20:41 +0000 |
commit | 1fcbcae8cc742861704541fb9f6c33e598d283a9 (patch) | |
tree | 6e4a14d26603dece67f013a82a17b9295d216d48 | |
parent | 70b6569f240b28262b3171bf6132546d17c31253 (diff) | |
download | pkgsrc-1fcbcae8cc742861704541fb9f6c33e598d283a9.tar.gz |
Add and enable dcdflib.f
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 15ffed48489..3f586be0aab 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2001/03/27 12:10:24 wennmach Exp $ +# $NetBSD: Makefile,v 1.58 2001/04/17 00:20:41 jtb Exp $ # COMMENT= Mathematics @@ -13,6 +13,7 @@ SUBDIR+= calc SUBDIR+= capc-calc SUBDIR+= cassowary SUBDIR+= dcdflib.c +SUBDIR+= dcdflib.f SUBDIR+= dfftpack SUBDIR+= eispack SUBDIR+= fftpack |