diff options
author | wiz <wiz@pkgsrc.org> | 2014-04-23 11:28:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-04-23 11:28:33 +0000 |
commit | f266190c1437d96bad818ee6ae2519b068b7180f (patch) | |
tree | f99453109b9a2f8646b5f4747b0e723cfa6feb97 /security | |
parent | a77b1b316e8f66d47679b57ccc37e42aa328aa21 (diff) | |
download | pkgsrc-f266190c1437d96bad818ee6ae2519b068b7180f.tar.gz |
+ PortableSigner
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 bbeeacdebfa..b7e34550d1c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.505 2014/04/20 03:04:05 wen Exp $ +# $NetBSD: Makefile,v 1.506 2014/04/23 11:28:33 wiz Exp $ # COMMENT= Security tools @@ -12,6 +12,7 @@ SUBDIR+= KeePass SUBDIR+= MyPasswordSafe SUBDIR+= PACK SUBDIR+= PAM +SUBDIR+= PortableSigner SUBDIR+= aide SUBDIR+= aide06 SUBDIR+= amap |