From: markus Date: Mon, 8 Jan 2018 15:15:17 +0000 (+0000) Subject: only ssh-keygen needs uuencode.o; only scp/sftp use progressmeter.o X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=193f47c5a7138b33c59ca9c7a075e8e64843d6c7;p=openbsd only ssh-keygen needs uuencode.o; only scp/sftp use progressmeter.o --- diff --git a/usr.bin/ssh/ssh/Makefile b/usr.bin/ssh/ssh/Makefile index d23b98752f9..71a3cc48ad2 100644 --- a/usr.bin/ssh/ssh/Makefile +++ b/usr.bin/ssh/ssh/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.70 2017/12/14 21:07:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.71 2018/01/08 15:15:17 markus Exp $ .PATH: ${.CURDIR}/.. @@ -8,14 +8,14 @@ SRCS+= addrmatch.c atomicio.c authfd.c authfile.c bitmap.c bufaux.c \ bufbn.c bufec.c buffer.c canohost.c chacha.c channels.c \ cipher-chachapoly.c cipher.c compat.c crc32.c dh.c digest-openssl.c \ dispatch.c dns.c ed25519.c fatal.c fe25519.c ge25519.c hash.c hmac.c \ - hostfile.c kex.c kexc25519.c kexc25519c.c kexc25519s.c kexdh.c \ - kexdhc.c kexdhs.c kexecdh.c kexecdhc.c kexecdhs.c kexgex.c kexgexc.c \ + hostfile.c kex.c kexc25519.c kexc25519c.c kexdh.c \ + kexdhc.c kexecdh.c kexecdhc.c kexgex.c kexgexc.c \ key.c krl.c log.c mac.c match.c misc.c monitor_fdpass.c msg.c nchan.c \ - opacket.c packet.c poly1305.c progressmeter.c readpass.c sc25519.c \ + opacket.c packet.c poly1305.c readpass.c sc25519.c \ smult_curve25519_ref.c ssh-dss.c ssh-ecdsa.c ssh-ed25519.c \ ssh-pkcs11.c ssh-rsa.c sshbuf-getput-basic.c sshbuf-getput-crypto.c \ sshbuf-misc.c sshbuf.c ssherr.c sshkey.c ttymodes.c uidswap.c umac.c \ - umac128.c utf8.c uuencode.c verify.c xmalloc.c + umac128.c utf8.c verify.c xmalloc.c PROG= ssh BINOWN= root