20257ca76462642269e671000c2a4dad67f6b8ea
hiram
  Fri Mar 29 11:43:53 2013 -0700
testing new makefile organization refs #9104
diff --git src/utils/faCat/makefile src/utils/faCat/makefile
index 0a3c1f2..31c2904 100644
--- src/utils/faCat/makefile
+++ src/utils/faCat/makefile
@@ -1,18 +1,3 @@
-include ../../inc/common.mk
-
-L += -lm
-MYLIBDIR = ../../lib/$(MACHTYPE)
-MYLIBS =  $(MYLIBDIR)/jkweb.a
-
-O = faCat.o
+kentSrc = ../..
 A = faCat
-
-faCat: $O $(MYLIBS)
-	${CC} ${COPT} -o ${DESTDIR}${BINDIR}/${A} $O ${MYLIBS} ${L}
-	${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE}
-
-compile:: ${O} ${MYLIBS}
-	${CC} ${COPT} ${CFLAGS} -o ${A}${EXE} $O ${MYLIBS} ${L}
-
-clean::
-	rm -f $O ${A}${EXE}
+include $(kentSrc)/inc/userApp.mk