--- Makefile2	2007-07-24 18:13:24.000000000 -0400
+++ Makefile	2007-07-24 18:12:08.000000000 -0400
@@ -19,12 +19,12 @@
 
 util: aufs.5 aufind.sh mount.aufs auplink aulchown umount.aufs
 
-modules_install:
+modules_install: modules
 	install -p -D aufs.ko $(MODULE)/aufs.ko
 	depmod -a $(RELEASE)
 
-util_install:
-	install -m 500 -p mount.aufs umount.aufs auplink aulchown $(PREFIX)/sbin
+util_install: util
+	install -m 755 -p mount.aufs umount.aufs auplink aulchown $(PREFIX)/sbin
 	install -m 755 -p -D aufs.5 $(PREFIX)/man/man5/aufs.5
 	bzip2 -f $(PREFIX)/man/man5/aufs.5
 	-test ! -d /etc/default && mkdir /etc/default
