summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in31
1 files changed, 16 insertions, 15 deletions
diff --git a/Makefile.in b/Makefile.in
index 0577a6c47..08b989a4d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -78,10 +78,10 @@ LIBOPENSSH_OBJS=\
78LIBSSH_OBJS=${LIBOPENSSH_OBJS} \ 78LIBSSH_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 \
@@ -93,10 +93,10 @@ LIBSSH_OBJS=${LIBOPENSSH_OBJS} \
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 kexgssc.o \ 95 kexgssc.o \
96 platform-pledge.o platform-tracing.o 96 platform-pledge.o platform-tracing.o platform-misc.o
97 97
98SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \ 98SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
99 sshconnect.o sshconnect1.o sshconnect2.o mux.o 99 sshconnect.o sshconnect2.o mux.o
100 100
101SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o \ 101SSHDOBJS=sshd.o auth-rhosts.o auth-passwd.o \
102 audit.o audit-bsm.o audit-linux.o platform.o \ 102 audit.o audit-bsm.o audit-linux.o platform.o \
@@ -229,26 +229,27 @@ umac128.o: umac.c
229clean: regressclean 229clean: regressclean
230 rm -f *.o *.a $(TARGETS) logintest config.cache config.log 230 rm -f *.o *.a $(TARGETS) logintest config.cache config.log
231 rm -f *.out core survey 231 rm -f *.out core survey
232 rm -f regress/check-perm$(EXEEXT)
232 rm -f regress/unittests/test_helper/*.a 233 rm -f regress/unittests/test_helper/*.a
233 rm -f regress/unittests/test_helper/*.o 234 rm -f regress/unittests/test_helper/*.o
234 rm -f regress/unittests/sshbuf/*.o 235 rm -f regress/unittests/sshbuf/*.o
235 rm -f regress/unittests/sshbuf/test_sshbuf 236 rm -f regress/unittests/sshbuf/test_sshbuf$(EXEEXT)
236 rm -f regress/unittests/sshkey/*.o 237 rm -f regress/unittests/sshkey/*.o
237 rm -f regress/unittests/sshkey/test_sshkey 238 rm -f regress/unittests/sshkey/test_sshkey$(EXEEXT)
238 rm -f regress/unittests/bitmap/*.o 239 rm -f regress/unittests/bitmap/*.o
239 rm -f regress/unittests/bitmap/test_bitmap 240 rm -f regress/unittests/bitmap/test_bitmap$(EXEEXT)
240 rm -f regress/unittests/conversion/*.o 241 rm -f regress/unittests/conversion/*.o
241 rm -f regress/unittests/conversion/test_conversion 242 rm -f regress/unittests/conversion/test_conversion$(EXEEXT)
242 rm -f regress/unittests/hostkeys/*.o 243 rm -f regress/unittests/hostkeys/*.o
243 rm -f regress/unittests/hostkeys/test_hostkeys 244 rm -f regress/unittests/hostkeys/test_hostkeys$(EXEEXT)
244 rm -f regress/unittests/kex/*.o 245 rm -f regress/unittests/kex/*.o
245 rm -f regress/unittests/kex/test_kex 246 rm -f regress/unittests/kex/test_kex$(EXEEXT)
246 rm -f regress/unittests/match/*.o 247 rm -f regress/unittests/match/*.o
247 rm -f regress/unittests/match/test_match 248 rm -f regress/unittests/match/test_match$(EXEEXT)
248 rm -f regress/unittests/utf8/*.o 249 rm -f regress/unittests/utf8/*.o
249 rm -f regress/unittests/utf8/test_utf8 250 rm -f regress/unittests/utf8/test_utf8$(EXEEXT)
250 rm -f regress/misc/kexfuzz/*.o 251 rm -f regress/misc/kexfuzz/*.o
251 rm -f regress/misc/kexfuzz/kexfuzz 252 rm -f regress/misc/kexfuzz/kexfuzz$(EXEEXT)
252 (cd openbsd-compat && $(MAKE) clean) 253 (cd openbsd-compat && $(MAKE) clean)
253 254
254distclean: regressclean 255distclean: regressclean