summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2009-06-07 22:43:02 +0000
committerchristos <christos@NetBSD.org>2009-06-07 22:43:02 +0000
commitd4fda9c2d577d4f66bda3cefc95812cd32d3fdde (patch)
tree189a274c0f277ab9264a9087bf18b68fe55886d3 /lib
parentd8bad821d7f4fafb9f5f2ccd543d1ddfafe4845b (diff)
Disconnect ssh
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile3
1 files changed, 1 insertions, 2 deletions
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 <bsd.own.mk>
@@ -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")