diff options
author | rh <rh> | 1999-12-02 14:33:25 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-02 14:33:25 +0000 |
commit | 61d0451ff320d10eabdb1e0d1c2b2929ddbf5943 (patch) | |
tree | 1e8736099729f3373fd2844f0e8ecf9efd0550bc | |
parent | 7c6d5c27fa31ebf3f930330cf3f01223952c09e7 (diff) | |
download | pkgsrc-61d0451ff320d10eabdb1e0d1c2b2929ddbf5943.tar.gz |
Add and enable p5-Digest-MD5
-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 |