diff options
| author | Robert Mustacchi <rm@joyent.com> | 2014-05-20 13:23:20 -0700 |
|---|---|---|
| committer | Robert Mustacchi <rm@joyent.com> | 2014-05-20 15:32:05 -0700 |
| commit | d7141854234c22ab8fe0547bf51a2f3a30781870 (patch) | |
| tree | b4598795c57d0dfaea8c08c4aba3d00569326900 /usr/src/cmd/ssh/ssh-keyscan | |
| parent | 826ac02a0def83e0a41b29321470d299c7389aab (diff) | |
| download | illumos-joyent-d7141854234c22ab8fe0547bf51a2f3a30781870.tar.gz | |
backout 4853: breaks lint
Diffstat (limited to 'usr/src/cmd/ssh/ssh-keyscan')
| -rw-r--r-- | usr/src/cmd/ssh/ssh-keyscan/Makefile | 5 |
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 1aebfa4412..9e2fd17160 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 += -lcrypto +LDLIBS += $(SSH_COMMON_LDLIBS) -lsocket -lnsl -lz -lcrypto POFILE_DIR= .. |
