diff options
author | pho <pho@pkgsrc.org> | 2020-01-17 14:41:38 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2020-01-17 14:41:38 +0000 |
commit | bced2720a279f71e40a9a8027c8ae0fcdc754646 (patch) | |
tree | f5d928dd0d92b6581e1da69abbe98c55cc2d37ab /security | |
parent | babf20e576e95a4f60c4dd171133568541aef9a7 (diff) | |
download | pkgsrc-bced2720a279f71e40a9a8027c8ae0fcdc754646.tar.gz |
Add hs-x509-system
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 09e6ba1bcd9..46cc22db2a8 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.729 2020/01/17 13:38:35 pho Exp $ +# $NetBSD: Makefile,v 1.730 2020/01/17 14:41:38 pho Exp $ # COMMENT= Security tools @@ -129,6 +129,7 @@ SUBDIR+= hs-pem SUBDIR+= hs-tls SUBDIR+= hs-x509 SUBDIR+= hs-x509-store +SUBDIR+= hs-x509-system SUBDIR+= hs-x509-validation SUBDIR+= hydan SUBDIR+= hydra |