9f3f48b4caaef5365b1426d7b4e69bf90f57ded5
kent
  Tue Feb 3 13:53:06 2015 -0800
Utility for multithreaded md5 calculation seems to work.

diff --git src/utils/paraMd5/makefile src/utils/paraMd5/makefile
new file mode 100644
index 0000000..b147814
--- /dev/null
+++ src/utils/paraMd5/makefile
@@ -0,0 +1,3 @@
+kentSrc = ../..
+A = paraMd5
+include $(kentSrc)/inc/userApp.mk