diff options
author | agc <agc@pkgsrc.org> | 2001-03-16 15:00:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-03-16 15:00:24 +0000 |
commit | c6aa874ef3c00bfe98ee8d3bdb45a86b739df1bf (patch) | |
tree | 93ff36624d63f132fbd6eaa68ed8915351b68c7e /security/Makefile | |
parent | 7991a61be88cbc5c3a32552c257808cf93cf5653 (diff) | |
download | pkgsrc-c6aa874ef3c00bfe98ee8d3bdb45a86b739df1bf.tar.gz |
Remove p5-MD5 - it has been superceded by p5-Digest-MD5.
PR 11649, from Christoph Badura.
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index 9bdda232b3c..19f21189f7c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2001/03/14 05:17:37 jun Exp $ +# $NetBSD: Makefile,v 1.67 2001/03/16 15:00:24 agc Exp $ # COMMENT= Security tools @@ -39,7 +39,6 @@ SUBDIR+= openssl SUBDIR+= p5-Crypt-Blowfish SUBDIR+= p5-Crypt-CBC SUBDIR+= p5-Digest-MD5 -SUBDIR+= p5-MD5 SUBDIR+= p5-SHA SUBDIR+= p5-SSLeay SUBDIR+= pakemon |