diff options
author | recht <recht@pkgsrc.org> | 2004-07-15 23:11:40 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-07-15 23:11:40 +0000 |
commit | e50331f9b09daec3f3e7840096e3e029a54b45ac (patch) | |
tree | 4b375349c43b311b2715825eabbc12fec8c828e4 /security/Makefile | |
parent | 116e819ebad5c5b240dc8fd58cfd9853dc4a1d60 (diff) | |
download | pkgsrc-e50331f9b09daec3f3e7840096e3e029a54b45ac.tar.gz |
add and enable prngd
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 fda13675954..480d3e8baee 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.186 2004/07/06 18:05:44 agc Exp $ +# $NetBSD: Makefile,v 1.187 2004/07/15 23:11:40 recht Exp $ # COMMENT= Security tools @@ -145,6 +145,7 @@ SUBDIR+= pinepgp SUBDIR+= pks SUBDIR+= portsentry SUBDIR+= priv +SUBDIR+= prngd SUBDIR+= pscan SUBDIR+= py-OpenSSL SUBDIR+= py-amkCrypto |