4853 illumos-gate is not lint-clean when built with openssl 1.0 (initial commit, openssl 1.0.1h)
@@ -34,11 +34,14 @@ include ../../Makefile.cmd include ../Makefile.ssh-common FILEMODE= 04555 -LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz + +# libsunw_crypto has no lint library, so we can only use it when building +$(PROG) := LDLIBS += -lsunw_crypto POFILE_DIR= .. .KEEP_STATE: