232074610513870c470c1263d3c46ff9b4ac3450
hiram
  Tue Apr 2 17:22:55 2013 -0700
minimal makefiles now in place for kentUtils build refs #9104
diff --git src/hg/autoDtd/makefile src/hg/autoDtd/makefile
index 79e81ae..d6327e3 100644
--- src/hg/autoDtd/makefile
+++ src/hg/autoDtd/makefile
@@ -1,18 +1,9 @@
-include ../../inc/common.mk
+kentSrc = ../..
+A = autoDtd
+include $(kentSrc)/inc/userApp.mk
 
-L += -lm
-MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS =  ${MYLIBDIR}/jkweb.a
-
-O = autoDtd.o
-
-autoDtd: $O ${MYLIBS}
-	${CC} ${COPT} -o ${BINDIR}/autoDtd $O ${MYLIBS} $L
-	${STRIP} ${BINDIR}/autoDtd${EXE}
-
-clean:
-	rm -f $O
+clean::
 	rm -f test/*/out.*
 
 test::
 	./doTest