man page checking
diff --git a/dist/mkfile b/dist/mkfile
new file mode 100644
index 0000000..5e679d5
--- /dev/null
+++ b/dist/mkfile
@@ -0,0 +1,5 @@
+check.out:V:
+	cd ../man; mk indices
+	cd ..
+	awk -f dist/checkman.awk man/man*/*.* >dist/check.out
+