diff options
author | kuriyama <kuriyama@FreeBSD.org> | 1998-11-23 13:16:14 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 1998-11-23 13:16:14 +0800 |
commit | c4fcbaad7189c3fee41498f7cc64920c919d3d8a (patch) | |
tree | 3948c46f394df79549dbfa15bcf692b1fc9c809f /security | |
parent | a77c8eb9d92f7d05587f935f55f3f88c100c84bc (diff) | |
download | freebsd-ports-gnome-c4fcbaad7189c3fee41498f7cc64920c919d3d8a.tar.gz freebsd-ports-gnome-c4fcbaad7189c3fee41498f7cc64920c919d3d8a.tar.zst freebsd-ports-gnome-c4fcbaad7189c3fee41498f7cc64920c919d3d8a.zip |
Activate ssh2.
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 9638a8ecd5ec..a019d49f6b69 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.33 1998/08/04 18:01:09 obrien Exp $ +# $Id: Makefile,v 1.34 1998/08/07 23:58:36 asami Exp $ # SUBDIR += SSLeay @@ -28,6 +28,7 @@ SUBDIR += skip SUBDIR += smurflog SUBDIR += ssh + SUBDIR += ssh2 SUBDIR += sudo SUBDIR += super SUBDIR += swatch |