diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-04-20 13:53:29 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-04-20 13:53:29 +0000 |
commit | df8f6f276f229ccecffcd4e02482cf9a45d3e615 (patch) | |
tree | c5b64821efee08b3a1d6af7aab22cafa37c5964d /security/ssh2 | |
parent | 1760fd66540c713665a0483dcd354481bc58ae6f (diff) |
Notes
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index faed91eeb44c..f06d971948e9 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,14 +3,14 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.37 1997/03/28 23:30:12 ache Exp $ +# $Id: Makefile,v 1.38 1997/04/16 19:48:09 ache Exp $ # # Maximal ssh package requires YES values for # USE_PERL, USE_TCPWRAP # DISTNAME= ssh-1.2.19 -CATEGORIES= security net +CATEGORIES= security net perl5 MASTER_SITES= ftp://ftp.funet.fi/pub/unix/security/login/ssh/ MAINTAINER= torstenb@FreeBSD.ORG |