diff options
author | rh <rh> | 1999-12-02 14:33:25 +0000 |
---|---|---|
committer | rh <rh> | 1999-12-02 14:33:25 +0000 |
commit | cacec29f283c6c25fef4f30783502ac7c169d0df (patch) | |
tree | 1e8736099729f3373fd2844f0e8ecf9efd0550bc /security/Makefile | |
parent | 84999681d9978e15510edb9f288fa73e60f5f3a8 (diff) | |
download | pkgsrc-cacec29f283c6c25fef4f30783502ac7c169d0df.tar.gz |
Add and enable p5-Digest-MD5
Diffstat (limited to 'security/Makefile')
-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 |