diff options
author | tron <tron@pkgsrc.org> | 2003-02-02 17:28:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-02-02 17:28:51 +0000 |
commit | 55cb04d56c4c38b38f0176400881f1aeea3d0eb4 (patch) | |
tree | a4e0349332c4f91c06891c3af854ad6342903551 | |
parent | f28db5fa678d526df941bb165718d96c5822adae (diff) | |
download | pkgsrc-55cb04d56c4c38b38f0176400881f1aeea3d0eb4.tar.gz |
Add and enable "libgcrypt".
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 56293d9a683..667aa844419 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2002/12/18 03:56:12 wiz Exp $ +# $NetBSD: Makefile,v 1.125 2003/02/02 17:28:51 tron Exp $ # COMMENT= Security tools @@ -36,6 +36,7 @@ SUBDIR+= kth-krb4 SUBDIR+= libbf SUBDIR+= libcrack SUBDIR+= libdes +SUBDIR+= libgcrypt SUBDIR+= libidea SUBDIR+= libident SUBDIR+= libmcrypt |