diff options
| -rw-r--r-- | lib/Makefile | 3 |
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") |
