diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-19 14:26:28 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-19 14:26:28 +0000 |
commit | 67eee0d6ad2533533fca4db309206475a1b947cc (patch) | |
tree | 4262bc78d5f97d33f616bf05a4cc8c0bd5705466 /security | |
parent | 3a9ce15aa4391d6c835a5bbc3028dc48bd36a5be (diff) | |
download | pkgsrc-67eee0d6ad2533533fca4db309206475a1b947cc.tar.gz |
Enable p5-MD5 since its in the tree.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/Makefile b/security/Makefile index 12dc1f10250..8a80f3b27b2 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/03/18 03:10:19 tv Exp $ +# $NetBSD: Makefile,v 1.6 1998/03/19 14:26:28 frueauf Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -13,7 +13,7 @@ # SUBDIR += p5-Authen-Radius # SUBDIR += p5-Crypt-DES # SUBDIR += p5-Crypt-IDEA -# SUBDIR += p5-MD5 # in progress - hubertf + SUBDIR += p5-MD5 # SUBDIR += p5-PGP SUBDIR += pgp2 # SUBDIR += pidentd |