diff options
author | wiz <wiz> | 2001-03-20 14:08:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-03-20 14:08:06 +0000 |
commit | f1cfd9cc967bd3c0619af46feccb3c92b748a5ef (patch) | |
tree | 57b2736c4d2136eaffb52be51078620208eaaaf3 /security | |
parent | a1c2fddc04ac249bf17d71a7b7a98dc7e82fd998 (diff) | |
download | pkgsrc-f1cfd9cc967bd3c0619af46feccb3c92b748a5ef.tar.gz |
add and enable p5-Crypt-DES
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 becb6f6335c..13ac6942878 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2001/03/16 23:44:33 jun Exp $ +# $NetBSD: Makefile,v 1.69 2001/03/20 14:08:06 wiz Exp $ # COMMENT= Security tools @@ -39,6 +39,7 @@ SUBDIR+= openssh SUBDIR+= openssl SUBDIR+= p5-Crypt-Blowfish SUBDIR+= p5-Crypt-CBC +SUBDIR+= p5-Crypt-DES SUBDIR+= p5-Digest-MD5 SUBDIR+= p5-SHA SUBDIR+= p5-SSLeay |