232074610513870c470c1263d3c46ff9b4ac3450
hiram
  Tue Apr 2 17:22:55 2013 -0700
minimal makefiles now in place for kentUtils build refs #9104
diff --git src/hg/dbTrash/makefile src/hg/dbTrash/makefile
index e92753c..a30272a 100644
--- src/hg/dbTrash/makefile
+++ src/hg/dbTrash/makefile
@@ -1,19 +1,3 @@
-include ../../inc/common.mk
-
-#	$Id: makefile,v 1.5 2009/03/10 00:33:46 galt Exp $";
-
-L += ${MYSQLLIBS} -lm
-MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
-
-O = dbTrash.o
-
-dbTrash: $O ${MYLIBS}
-	${CC} ${COPT} -o ${BINDIR}/dbTrash $O ${MYLIBS} $L
-	${STRIP} ${BINDIR}/dbTrash${EXE}
-
-compile: $O ${MYLIBS}
-	${CC} ${COPT} -o dbTrash $O ${MYLIBS} $L
-
-clean:
-	rm -f $O dbTrash
+kentSrc = ../..
+A = dbTrash
+include $(kentSrc)/inc/userApp.mk