diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:38:44 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:38:44 +0000 |
commit | eb2a4771fde2513d627acacf4ab4ea8280044562 (patch) | |
tree | 33151d5014e753692ec9158859a087426d50ad29 | |
parent | perl5 module to work with PGP messages. (diff) |
Update for new perl5 ports
Notes
Notes:
svn path=/head/; revision=4120
-rw-r--r-- | security/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 12ff2269fb6d..7889d3f052c4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,10 +1,14 @@ -# $Id: Makefile,v 1.6 1996/07/10 22:19:23 asami Exp $ +# $Id: Makefile,v 1.7 1996/09/19 13:34:06 max Exp $ # SUBDIR += SSLeay SUBDIR += donkey SUBDIR += fwtk SUBDIR += libident + SUBDIR += p5-Crypt-DES + SUBDIR += p5-Crypt-IDEA + SUBDIR += p5-MD5 + SUBDIR += p5-PGP SUBDIR += pgp SUBDIR += pidentd SUBDIR += ssh |