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