diff options
author | agc <agc@pkgsrc.org> | 2014-03-05 05:26:09 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2014-03-05 05:26:09 +0000 |
commit | 4d2224bc8818aa4268fe52e7e2cc8ff073cef00f (patch) | |
tree | f869989dd66090a20ba574f3201f3744a011ec05 /security/Makefile | |
parent | c504765ad0da9227e4db84e5fdbc379ec75385b6 (diff) | |
download | pkgsrc-4d2224bc8818aa4268fe52e7e2cc8ff073cef00f.tar.gz |
Add and enable libmultigest
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 6f65959029b..c4156b502fb 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.496 2014/03/05 05:20:21 agc Exp $ +# $NetBSD: Makefile,v 1.497 2014/03/05 05:26:09 agc Exp $ # COMMENT= Security tools @@ -131,6 +131,7 @@ SUBDIR+= libidea SUBDIR+= libident SUBDIR+= libksba SUBDIR+= libmcrypt +SUBDIR+= libmerkletree SUBDIR+= libmultigest SUBDIR+= libnetpgpverify SUBDIR+= liboauth |