diff options
author | schmonz <schmonz@pkgsrc.org> | 2014-08-12 05:01:14 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2014-08-12 05:01:14 +0000 |
commit | 83b83127b53675dea270bcaf873fa5f38d5e2e3a (patch) | |
tree | 860e00ad9dfc5037db1d29d0b3d69b89470970cb | |
parent | 158526abc5eb037795e09b3cfb90bda9eda6f41f (diff) | |
download | pkgsrc-83b83127b53675dea270bcaf873fa5f38d5e2e3a.tar.gz |
Add and enable nacl.
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index e554771e226..22064845b9a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.520 2014/08/02 14:12:56 khorben Exp $ +# $NetBSD: Makefile,v 1.521 2014/08/12 05:01:14 schmonz Exp $ # COMMENT= Security tools @@ -177,6 +177,7 @@ SUBDIR+= msu SUBDIR+= msudir SUBDIR+= multigest SUBDIR+= munge +SUBDIR+= nacl SUBDIR+= netpgp SUBDIR+= netpgpverify SUBDIR+= netramet |