diff options
author | tv <tv@pkgsrc.org> | 1998-03-18 03:10:19 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-03-18 03:10:19 +0000 |
commit | 14f70204ca4cd2a553c0e3738d416f1e7eff34e4 (patch) | |
tree | c30871622b7ce938c32843d60e74ab5e8c6e77ca | |
parent | 64e849d6266cbee20661c1eb6d913d75996025d2 (diff) | |
download | pkgsrc-14f70204ca4cd2a553c0e3738d416f1e7eff34e4.tar.gz |
Enable pgp (version 2) and rsaref.
-rw-r--r-- | security/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/Makefile b/security/Makefile index 97ad856d854..12dc1f10250 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1997/12/15 00:36:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1998/03/18 03:10:19 tv Exp $ # FreeBSD Id: Makefile,v 1.23 1997/11/09 10:17:02 asami Exp # @@ -15,9 +15,9 @@ # SUBDIR += p5-Crypt-IDEA # SUBDIR += p5-MD5 # in progress - hubertf # SUBDIR += p5-PGP -# SUBDIR += pgp + SUBDIR += pgp2 # SUBDIR += pidentd -# SUBDIR += rsaref + SUBDIR += rsaref SUBDIR += ssh SUBDIR += sudo # SUBDIR += super |