From a65cd518c5d0f30c53594a7022eb0f7d04c98cef Mon Sep 17 00:00:00 2001 From: Alexander Pyhalov Date: Thu, 15 May 2014 10:28:03 +0400 Subject: 4853 illumos-gate is not lint-clean when built with openssl 1.0 Reviewed by: Keith Wesolowski Reviewed by: Alexander Eremin Approved by: Robert Mustacchi --- usr/src/cmd/ssh/ssh-keyscan/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'usr/src/cmd/ssh/ssh-keyscan') diff --git a/usr/src/cmd/ssh/ssh-keyscan/Makefile b/usr/src/cmd/ssh/ssh-keyscan/Makefile index 9e2fd17160..1aebfa4412 100644 --- a/usr/src/cmd/ssh/ssh-keyscan/Makefile +++ b/usr/src/cmd/ssh/ssh-keyscan/Makefile @@ -32,7 +32,10 @@ SRCS = $(OBJS:.o=.c) include ../../Makefile.cmd include ../Makefile.ssh-common -LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz + +# libcrypto has no lint library, so we can only use it when building +$(PROG) := LDLIBS += -lcrypto POFILE_DIR= .. -- cgit v1.2.3