diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2004-10-23 13:31:57 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2004-10-23 13:31:57 +0000 |
commit | 0d482d5099b92c7e9cbf44e5731bd8e4f4457f52 (patch) | |
tree | 477bfeffe112d4700f9ca209fd91f68bd394f218 | |
parent | aa464f7c7b8a6d236f6a82a2378aa02188c35065 (diff) | |
download | pkgsrc-0d482d5099b92c7e9cbf44e5731bd8e4f4457f52.tar.gz |
Added libassuan and pinentry
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index c93e9401e2c..a4609b74578 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.200 2004/10/19 16:42:03 adrianp Exp $ +# $NetBSD: Makefile,v 1.201 2004/10/23 13:31:57 shannonjr Exp $ # COMMENT= Security tools @@ -73,6 +73,7 @@ SUBDIR+= john SUBDIR+= keychain SUBDIR+= kssh SUBDIR+= kth-krb4 +SUBDIR+= libassuan SUBDIR+= libbf SUBDIR+= libcrack SUBDIR+= libdes @@ -155,6 +156,7 @@ SUBDIR+= pgpdump SUBDIR+= php4-mcrypt SUBDIR+= php4-mhash SUBDIR+= php4-openssl +SUBDIR+= pinentry SUBDIR+= pinepgp SUBDIR+= pks SUBDIR+= portsentry |