diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0156711
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+# Fake Makefile For tdir
+
+all:	# Do nothing - this is a python script that needs no build
+
+install:
+	install -c -o root -g wheel -m 755 ./tdir ${PREFIX}/bin
+	install -c -o root -g wheel -m 644 ./tdir.1.gz ${PREFIX}/man/man1
+	mkdir ${PREFIX}/share/doc/tdir
+	install -c -o root -g wheel -m 644 ./tdir-license.txt ${PREFIX}/share/doc/tdir
+