232074610513870c470c1263d3c46ff9b4ac3450
hiram
  Tue Apr 2 17:22:55 2013 -0700
minimal makefiles now in place for kentUtils build refs #9104
diff --git src/hg/snpException/makefile src/hg/snpException/makefile
index ea639b2..b324c4a 100644
--- src/hg/snpException/makefile
+++ src/hg/snpException/makefile
@@ -1,15 +1,3 @@
-include ../../inc/common.mk
-
-MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
-L += ${MYSQLLIBS} -lm
-
+kentSrc = ../..
 A = snpException
-O = ${A}.o
-
-${A}:	${O} ${MYLIBS}
-	${CC} ${COPT} ${CFLAGS} ${HG_DEFS} ${HG_WARN} ${HG_INC} ${O} ${MYLIBS} ${L}
-	mv ${AOUT} ${BINDIR}/${A}
-
-clean::
-	rm -f ${O}
+include $(kentSrc)/inc/userApp.mk