- Several patches from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
  - INSTALL typo and URL fix
  - Makefile fix
  - Solaris fixes
 - Checking for ssize_t and memmove. Based on patch from SAKAI Kiyotaka
   <ksakai@kso.netwk.ntt-at.co.jp>
diff --git a/Makefile.in b/Makefile.in
index 3aeced9..0dc71c6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -90,11 +90,11 @@
 	$(FIXPATHSCMD) $(srcdir)/$@
 
 clean:
-	rm -f *.o *.a $(TARGETS) config.status config.cache config.log 
-	rm -f *.out ssh_prng_cmds core
+	rm -f *.o *.a $(TARGETS) config.cache config.log 
+	rm -f *.out core
 
 distclean: clean
-	rm -f Makefile config.h core *~
+	rm -f Makefile config.h config.status ssh_prng_cmds *~
 
 mrproper: distclean