diff options
author | gson <gson@pkgsrc.org> | 2007-09-13 10:09:52 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2007-09-13 10:09:52 +0000 |
commit | 4802975446373e376ed3b557312dfbced6e4548b (patch) | |
tree | e443221759ff76a841ca137158ffe753cd290862 /math | |
parent | a14fbf5c76438442ec7efb1bd97fcb0b751a67ac (diff) | |
download | pkgsrc-4802975446373e376ed3b557312dfbced6e4548b.tar.gz |
Add and enable dieharder
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 520e4bbb309..fff83f0c348 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.159 2007/08/13 08:12:47 rillig Exp $ +# $NetBSD: Makefile,v 1.160 2007/09/13 10:09:52 gson Exp $ # COMMENT= Mathematics @@ -51,6 +51,7 @@ SUBDIR+= cln SUBDIR+= dcdflib.c SUBDIR+= dcdflib.f SUBDIR+= dfftpack +SUBDIR+= dieharder SUBDIR+= djbfft SUBDIR+= eispack SUBDIR+= ess |