f5a08fa37a3d4b1cc4ad753be6612ff338efae48
hiram
  Sat Mar 30 13:43:21 2013 -0700
using new style minimal makefile for ordinary programs, not fixing CGI rules yet, removing obsolete CVS business, refs #9104
diff --git src/utils/newProg/makefile src/utils/newProg/makefile
index 45acec8..ea22666 100644
--- src/utils/newProg/makefile
+++ src/utils/newProg/makefile
@@ -1,10 +1,3 @@
-include ../../inc/common.mk
-
-
-O = newProg.o 
-
-newProg: $(O)
-	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/newProg $O ../../lib/$(MACHTYPE)/jkweb.a ${L}
-
-clean::
-	rm -f ${O} newProg
+kentSrc = ../..
+A = newProg
+include $(kentSrc)/inc/userApp.mk