diff options
author | pho <pho@pkgsrc.org> | 2022-02-16 10:06:08 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-16 10:06:08 +0000 |
commit | 50c57122073e98356aa265caaf8996f42120c5e7 (patch) | |
tree | 64ff7a2c90ad75fca72cd93d3ca02b31c35ca2ae /security/Makefile | |
parent | 757a09477e4ee3d31011fabbccf75d47e775ecd3 (diff) | |
download | pkgsrc-50c57122073e98356aa265caaf8996f42120c5e7.tar.gz |
security/Makefile: + hs-entropy
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 f97bed56ad7..c8de667b009 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.849 2022/02/16 10:05:31 pho Exp $ +# $NetBSD: Makefile,v 1.850 2022/02/16 10:06:08 pho Exp $ # COMMENT= Security and cryptography tools and libraries @@ -134,6 +134,7 @@ SUBDIR+= hs-cryptohash-sha256 SUBDIR+= hs-cryptonite SUBDIR+= hs-digest SUBDIR+= hs-ed25519 +SUBDIR+= hs-entropy SUBDIR+= hs-hackage-security SUBDIR+= hs-pem SUBDIR+= hs-tls |