makefiles: Install bindir programs from the top-level makefile.
diff --git a/Makefile.in b/Makefile.in
index 2697d2b..62ac1f6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -26,6 +26,9 @@
 # Sub-directories that don't have a makefile
 EXTRASUBDIRS = dlls libs
 
+# Destination directories for make install
+INSTALLDIRS = $(DESTDIR)$(bindir)
+
 all: wine
 	@echo "Wine build complete."