summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ssh/ssh-keyscan
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/ssh/ssh-keyscan')
-rw-r--r--usr/src/cmd/ssh/ssh-keyscan/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/cmd/ssh/ssh-keyscan/Makefile b/usr/src/cmd/ssh/ssh-keyscan/Makefile
index c0d53c34b7..90428880a3 100644
--- a/usr/src/cmd/ssh/ssh-keyscan/Makefile
+++ b/usr/src/cmd/ssh/ssh-keyscan/Makefile
@@ -32,10 +32,7 @@ SRCS = $(OBJS:.o=.c)
include ../../Makefile.cmd
include ../Makefile.ssh-common
-LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz
-
-# libcrypto has no lint library, so we can only use it when building
-$(PROG) := LDLIBS += -lsunw_crypto
+LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lsunw_crypto
POFILE_DIR= ..