diff options
author | Colin Watson <cjwatson@debian.org> | 2017-10-04 11:23:58 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2017-10-04 11:23:58 +0100 |
commit | 62f54f20bf351468e0124f63cc2902ee40d9b0e9 (patch) | |
tree | 3e090f2711b94ca5029d3fa3e8047b1ed1448b1f /Makefile.in | |
parent | 6fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874 (diff) | |
parent | 66bf74a92131b7effe49fb0eefe5225151869dc5 (diff) |
Import openssh_7.6p1.orig.tar.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/Makefile.in b/Makefile.in index 5870e9e6e..c52ce191f 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -78,10 +78,10 @@ LIBOPENSSH_OBJS=\ | |||
78 | LIBSSH_OBJS=${LIBOPENSSH_OBJS} \ | 78 | LIBSSH_OBJS=${LIBOPENSSH_OBJS} \ |
79 | authfd.o authfile.o bufaux.o bufbn.o bufec.o buffer.o \ | 79 | authfd.o authfile.o bufaux.o bufbn.o bufec.o buffer.o \ |
80 | canohost.o channels.o cipher.o cipher-aes.o cipher-aesctr.o \ | 80 | canohost.o channels.o cipher.o cipher-aes.o cipher-aesctr.o \ |
81 | cipher-bf1.o cipher-ctr.o cipher-3des1.o cleanup.o \ | 81 | cipher-ctr.o cleanup.o \ |
82 | compat.o crc32.o deattack.o fatal.o hostfile.o \ | 82 | compat.o crc32.o fatal.o hostfile.o \ |
83 | log.o match.o md-sha256.o moduli.o nchan.o packet.o opacket.o \ | 83 | log.o match.o moduli.o nchan.o packet.o opacket.o \ |
84 | readpass.o rsa.o ttymodes.o xmalloc.o addrmatch.o \ | 84 | readpass.o ttymodes.o xmalloc.o addrmatch.o \ |
85 | atomicio.o key.o dispatch.o mac.o uidswap.o uuencode.o misc.o utf8.o \ | 85 | atomicio.o key.o dispatch.o mac.o uidswap.o uuencode.o misc.o utf8.o \ |
86 | monitor_fdpass.o rijndael.o ssh-dss.o ssh-ecdsa.o ssh-rsa.o dh.o \ | 86 | monitor_fdpass.o rijndael.o ssh-dss.o ssh-ecdsa.o ssh-rsa.o dh.o \ |
87 | msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \ | 87 | msg.o progressmeter.o dns.o entropy.o gss-genr.o umac.o umac128.o \ |
@@ -92,10 +92,10 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \ | |||
92 | kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o \ | 92 | kex.o kexdh.o kexgex.o kexecdh.o kexc25519.o \ |
93 | kexdhc.o kexgexc.o kexecdhc.o kexc25519c.o \ | 93 | kexdhc.o kexgexc.o kexecdhc.o kexc25519c.o \ |
94 | kexdhs.o kexgexs.o kexecdhs.o kexc25519s.o \ | 94 | kexdhs.o kexgexs.o kexecdhs.o kexc25519s.o \ |
95 | platform-pledge.o platform-tracing.o | 95 | platform-pledge.o platform-tracing.o platform-misc.o |
96 | 96 | ||
97 | SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \ | 97 | SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \ |
98 | sshconnect.o sshconnect1.o sshconnect2.o mux.o | 98 | sshconnect.o sshconnect2.o mux.o |
99 | 99 | ||
100 | SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o \ | 100 | SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o \ |
101 | audit.o audit-bsm.o audit-linux.o platform.o \ | 101 | audit.o audit-bsm.o audit-linux.o platform.o \ |
@@ -228,26 +228,27 @@ umac128.o: umac.c | |||
228 | clean: regressclean | 228 | clean: regressclean |
229 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log | 229 | rm -f *.o *.a $(TARGETS) logintest config.cache config.log |
230 | rm -f *.out core survey | 230 | rm -f *.out core survey |
231 | rm -f regress/check-perm$(EXEEXT) | ||
231 | rm -f regress/unittests/test_helper/*.a | 232 | rm -f regress/unittests/test_helper/*.a |
232 | rm -f regress/unittests/test_helper/*.o | 233 | rm -f regress/unittests/test_helper/*.o |
233 | rm -f regress/unittests/sshbuf/*.o | 234 | rm -f regress/unittests/sshbuf/*.o |
234 | rm -f regress/unittests/sshbuf/test_sshbuf | 235 | rm -f regress/unittests/sshbuf/test_sshbuf$(EXEEXT) |
235 | rm -f regress/unittests/sshkey/*.o | 236 | rm -f regress/unittests/sshkey/*.o |
236 | rm -f regress/unittests/sshkey/test_sshkey | 237 | rm -f regress/unittests/sshkey/test_sshkey$(EXEEXT) |
237 | rm -f regress/unittests/bitmap/*.o | 238 | rm -f regress/unittests/bitmap/*.o |
238 | rm -f regress/unittests/bitmap/test_bitmap | 239 | rm -f regress/unittests/bitmap/test_bitmap$(EXEEXT) |
239 | rm -f regress/unittests/conversion/*.o | 240 | rm -f regress/unittests/conversion/*.o |
240 | rm -f regress/unittests/conversion/test_conversion | 241 | rm -f regress/unittests/conversion/test_conversion$(EXEEXT) |
241 | rm -f regress/unittests/hostkeys/*.o | 242 | rm -f regress/unittests/hostkeys/*.o |
242 | rm -f regress/unittests/hostkeys/test_hostkeys | 243 | rm -f regress/unittests/hostkeys/test_hostkeys$(EXEEXT) |
243 | rm -f regress/unittests/kex/*.o | 244 | rm -f regress/unittests/kex/*.o |
244 | rm -f regress/unittests/kex/test_kex | 245 | rm -f regress/unittests/kex/test_kex$(EXEEXT) |
245 | rm -f regress/unittests/match/*.o | 246 | rm -f regress/unittests/match/*.o |
246 | rm -f regress/unittests/match/test_match | 247 | rm -f regress/unittests/match/test_match$(EXEEXT) |
247 | rm -f regress/unittests/utf8/*.o | 248 | rm -f regress/unittests/utf8/*.o |
248 | rm -f regress/unittests/utf8/test_utf8 | 249 | rm -f regress/unittests/utf8/test_utf8$(EXEEXT) |
249 | rm -f regress/misc/kexfuzz/*.o | 250 | rm -f regress/misc/kexfuzz/*.o |
250 | rm -f regress/misc/kexfuzz/kexfuzz | 251 | rm -f regress/misc/kexfuzz/kexfuzz$(EXEEXT) |
251 | (cd openbsd-compat && $(MAKE) clean) | 252 | (cd openbsd-compat && $(MAKE) clean) |
252 | 253 | ||
253 | distclean: regressclean | 254 | distclean: regressclean |