diff options
author | fcambus <fcambus@pkgsrc.org> | 2019-08-14 15:52:21 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2019-08-14 15:52:21 +0000 |
commit | 28556377b65f7f972a3e80d8a5c1dd496ab1053b (patch) | |
tree | 16e60fc5f23223bb04770034e9de69e522204211 /security | |
parent | 7441c2914b82f0b648b09dcaaace7311ab2f7759 (diff) | |
download | pkgsrc-28556377b65f7f972a3e80d8a5c1dd496ab1053b.tar.gz |
Add minisign.
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 4b18bb7aadf..0992e2341f1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.709 2019/08/13 02:39:45 brook Exp $ +# $NetBSD: Makefile,v 1.710 2019/08/14 15:52:21 fcambus Exp $ # COMMENT= Security tools @@ -203,6 +203,7 @@ SUBDIR+= md4-collision SUBDIR+= md5-collision SUBDIR+= merkletree SUBDIR+= mhash +SUBDIR+= minisign SUBDIR+= mirrordir SUBDIR+= mit-krb5 SUBDIR+= mit-krb5-appl |