diff options
author | dan <dan@pkgsrc.org> | 2003-08-29 00:25:34 +0000 |
---|---|---|
committer | dan <dan@pkgsrc.org> | 2003-08-29 00:25:34 +0000 |
commit | e6cb91e745717b46db3cb16392aa8e3996c8c5c3 (patch) | |
tree | aed086c20b84fd97dc8ba0b675f41ccb3079b3f6 /security/Makefile | |
parent | b642ec70f984de257d2a920f6cf3b304321b83d9 (diff) | |
download | pkgsrc-e6cb91e745717b46db3cb16392aa8e3996c8c5c3.tar.gz |
bitstir monitors rnd(4) for low entropy and uses find(1) to solicit more.
program and pkg from Peter Hendrickson <pdh@wiredyne.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 9ea104747b4..2f0c1d1e6e2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.139 2003/08/19 15:48:17 agc Exp $ +# $NetBSD: Makefile,v 1.140 2003/08/29 00:25:34 dan Exp $ # COMMENT= Security tools @@ -15,6 +15,7 @@ SUBDIR+= arirang SUBDIR+= audit-packages SUBDIR+= avcheck SUBDIR+= beecrypt +SUBDIR+= bitstir SUBDIR+= cfs SUBDIR+= crack SUBDIR+= cy-login |