diff options
author | wiz <wiz> | 2001-09-15 14:21:59 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-15 14:21:59 +0000 |
commit | 8298f08d2baec90752d18946073e056c23084a57 (patch) | |
tree | d03df4beca301f014c1b2b5aab0cf9fd14569ab5 /security | |
parent | 97d2ccbc68d2bdb7cbf576b8c84dd2b55f888a8f (diff) | |
download | pkgsrc-8298f08d2baec90752d18946073e056c23084a57.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 |