diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-18 13:17:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-18 13:17:30 +0000 |
commit | 76dcd1a0ed02a600bc208ffe1e9710c55d07553e (patch) | |
tree | e5b0fff74fb694b73adb67fff1bc546ba31abcf5 /security | |
parent | a2d4b0c811e06b395c42a97964f538c909b59181 (diff) | |
download | pkgsrc-76dcd1a0ed02a600bc208ffe1e9710c55d07553e.tar.gz |
+ TweetNaCl
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 115165c2420..61f8ca5d997 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.513 2014/05/17 16:08:20 khorben Exp $ +# $NetBSD: Makefile,v 1.514 2014/05/18 13:17:30 wiz Exp $ # COMMENT= Security tools @@ -13,6 +13,7 @@ SUBDIR+= MyPasswordSafe SUBDIR+= PACK SUBDIR+= PAM SUBDIR+= PortableSigner +SUBDIR+= TweetNaCl SUBDIR+= aide SUBDIR+= aide06 SUBDIR+= amap |