diff options
author | wiz <wiz@pkgsrc.org> | 2004-10-06 00:14:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-10-06 00:14:23 +0000 |
commit | 7bc81475661392d73f9a1fc8b469e89426894209 (patch) | |
tree | ee320c78760b9dba26254c2094bb4ccf4c824735 | |
parent | c4db2c018c6ec3ef28f4b766024323f025e408c7 (diff) | |
download | pkgsrc-7bc81475661392d73f9a1fc8b469e89426894209.tar.gz |
Add and enable MyPasswordSafe.
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 59b6f1554a7..58a00980c74 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.197 2004/09/22 06:59:59 martti Exp $ +# $NetBSD: Makefile,v 1.198 2004/10/06 00:14:23 wiz Exp $ # COMMENT= Security tools SUBDIR+= AiCA SUBDIR+= AiSSLtelnet +SUBDIR+= MyPasswordSafe SUBDIR+= PAM SUBDIR+= aide SUBDIR+= aide06 |