diff options
author | wiz <wiz@pkgsrc.org> | 2001-09-15 14:21:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-09-15 14:21:59 +0000 |
commit | 1ba69ddfafe684f731b91285f7873587efd2ffce (patch) | |
tree | d03df4beca301f014c1b2b5aab0cf9fd14569ab5 /security | |
parent | 749fa330dd374870e6d2d6a334bdac8a4aa307e9 (diff) | |
download | pkgsrc-1ba69ddfafe684f731b91285f7873587efd2ffce.tar.gz |
Add and enable keychain
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 a344a9fb157..931c820f875 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2001/08/28 10:42:56 ad Exp $ +# $NetBSD: Makefile,v 1.86 2001/09/15 14:21:59 wiz Exp $ # COMMENT= Security tools @@ -23,6 +23,7 @@ SUBDIR+= gnupg SUBDIR+= gpa SUBDIR+= isakmpd SUBDIR+= john +SUBDIR+= keychain SUBDIR+= kth-krb4 SUBDIR+= libbf SUBDIR+= libcrack |