Module Name: src Committed By: christos Date: Sun Jun 7 22:43:02 UTC 2009
Modified Files: src/lib: Makefile Log Message: Disconnect ssh To generate a diff of this commit: cvs rdiff -u -r1.137 -r1.138 src/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/Makefile diff -u src/lib/Makefile:1.137 src/lib/Makefile:1.138 --- src/lib/Makefile:1.137 Tue May 12 14:07:54 2009 +++ src/lib/Makefile Sun Jun 7 18:43:02 2009 @@ -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 @@ .if (${MKCRYPTO} != "no") SUBDIR+= libssl # depends on libcrypto -SUBDIR+= libssh # depends on libcrypto .endif .if (${MKKERBEROS} != "no")