add mount.fuse
diff --git a/ChangeLog b/ChangeLog
index c94133d..5a6af1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-28  Miklos Szeredi <miklos@szeredi.hu>
+
+	* Add 'mount.fuse' written by Petr Klima
+
 2005-06-20  Miklos Szeredi <miklos@szeredi.hu>
 
 	* Fix UCLIBC compile error.  Patch by Christian Magnusson
diff --git a/util/Makefile.am b/util/Makefile.am
index 48f9957..4b6f7d1 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -7,3 +7,11 @@
 install-exec-hook:
 	-chown root $(DESTDIR)$(bindir)/fusermount
 	-chmod u+s $(DESTDIR)$(bindir)/fusermount
+
+EXTRA_DIST: mount.fuse
+
+install-exec-local:
+	$(INSTALL_PROGRAM) $(srcdir)/mount.fuse $(DESTDIR)/sbin/mount.fuse
+
+uninstall-local:
+	rm -f $(DESTDIR)/sbin/mount.fuse