diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-23 14:12:44 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 1998-11-23 14:12:44 +0000 |
commit | c6996a84962da48567d92d945ec8da18ff7dae3c (patch) | |
tree | 1d62fb6dad13df3f758fe42e0db576c76b03e8ff | |
parent | Add descriptions for ssh2 and gnupg. (diff) |
Activate gnupg.
Notes
Notes:
svn path=/head/; revision=14823
-rw-r--r-- | security/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index a019d49f6b69..33439e2d4517 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.34 1998/08/07 23:58:36 asami Exp $ +# $Id: Makefile,v 1.35 1998/11/23 05:16:14 kuriyama Exp $ # SUBDIR += SSLeay @@ -10,6 +10,7 @@ SUBDIR += crack SUBDIR += donkey SUBDIR += fwtk + SUBDIR += gnupg SUBDIR += john SUBDIR += krb5 SUBDIR += libident |