diff options
Diffstat (limited to 'usr/src/cmd/ssh/ssh-keysign')
-rw-r--r-- | usr/src/cmd/ssh/ssh-keysign/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/src/cmd/ssh/ssh-keysign/Makefile b/usr/src/cmd/ssh/ssh-keysign/Makefile index 27abd1bfbc..e31ae681a1 100644 --- a/usr/src/cmd/ssh/ssh-keysign/Makefile +++ b/usr/src/cmd/ssh/ssh-keysign/Makefile @@ -36,10 +36,7 @@ include ../Makefile.ssh-common FILEMODE= 04555 -LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz - -# libcrypto has no lint library, so we can only use it when building -$(PROG) := LDLIBS += -lcrypto +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto POFILE_DIR= .. |