391f8a18b3796e2b03ed96d20b532ad238bc9dbb
hiram
  Tue Apr 2 13:43:00 2013 -0700
moving to minimal makefiles for kentUtils build refs #9104
diff --git src/utils/catUncomment/makefile src/utils/catUncomment/makefile
index b6bcf59..3f9e9bd 100755
--- src/utils/catUncomment/makefile
+++ src/utils/catUncomment/makefile
@@ -1,11 +1,3 @@
-include ../../inc/common.mk
-
-
-O = catUncomment.o 
-
-catUncomment: $(O)
-	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/catUncomment $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
-	${STRIP} ${BINDIR}/catUncomment${EXE}
-
-clean::
-	rm -f ${O}
+kentSrc = ../..
+A = catUncomment
+include $(kentSrc)/inc/userApp.mk