diff --git a/pd/src/makefile.mingw b/pd/src/makefile.mingw
index cfe744525ed322df191f0022c2bb04ffc5da4fa0..b47949de43c432b9eff5258b91657b30e9215794 100755
--- a/pd/src/makefile.mingw
+++ b/pd/src/makefile.mingw
@@ -258,7 +258,8 @@ ABOUT_FILE=$(pddocdir)/1.manual/1.introduction.txt
 install:  all
 # the real install
 	install -d $(DESTDIR)$(bindir)
-	install -p pd.tk $(DESTDIR)$(bindir)/pd.tk
+# rsync the nw directory, which includes the nw binary itself
+	rsync -ax --exclude=.git --exclude=.svn ../nw $(DESTDIR)$(bindir)
 	install -p $(PDEXEC) $(DESTDIR)$(bindir)/$(PDEXEC)
 	install -p pd.com $(DESTDIR)$(bindir)/pd.com
 	install -p pd.dll $(DESTDIR)$(bindir)/pd.dll