From d4fda9c2d577d4f66bda3cefc95812cd32d3fdde Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 7 Jun 2009 22:43:02 +0000 Subject: Disconnect ssh --- lib/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Makefile b/lib/Makefile index 468decebec0..fcfc118b9ce 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.137 2009/05/12 18:07:54 plunky Exp $ +# $NetBSD: Makefile,v 1.138 2009/06/07 22:43:02 christos Exp $ # from: @(#)Makefile 5.25.1.1 (Berkeley) 5/7/91 .include @@ -71,7 +71,6 @@ SUBDIR+= libiscsi # depends on libpthread .if (${MKCRYPTO} != "no") SUBDIR+= libssl # depends on libcrypto -SUBDIR+= libssh # depends on libcrypto .endif .if (${MKKERBEROS} != "no") -- cgit