diff options
author | rh <rh@pkgsrc.org> | 1999-12-02 14:33:25 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-02 14:33:25 +0000 |
commit | 5c39aa1e36f57f4c5dec700cd50fa6666664cbcb (patch) | |
tree | 1e8736099729f3373fd2844f0e8ecf9efd0550bc /security | |
parent | d5e636579721019c6f308d00b4ba451f5fb024f5 (diff) | |
download | pkgsrc-5c39aa1e36f57f4c5dec700cd50fa6666664cbcb.tar.gz |
Add and enable p5-Digest-MD5
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 9b3c5e446df..58b3aacb82a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/10/28 00:02:37 jlam Exp $ +# $NetBSD: Makefile,v 1.22 1999/12/02 14:33:25 rh Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -17,6 +17,7 @@ # SUBDIR += p5-Authen-Radius # SUBDIR += p5-Crypt-DES # SUBDIR += p5-Crypt-IDEA + SUBDIR += p5-Digest-MD5 SUBDIR += p5-MD5 # SUBDIR += p5-PGP SUBDIR += pgp2 |