391f8a18b3796e2b03ed96d20b532ad238bc9dbb
hiram
  Tue Apr 2 13:43:00 2013 -0700
moving to minimal makefiles for kentUtils build refs #9104
diff --git src/utils/headRest/makefile src/utils/headRest/makefile
index 44897b5..de173d8 100644
--- src/utils/headRest/makefile
+++ src/utils/headRest/makefile
@@ -1,14 +1,4 @@
-include ../../inc/common.mk
-
+kentSrc = ../..
+A = headRest
+include $(kentSrc)/inc/userApp.mk
 L += -lm
-MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS =  ${MYLIBDIR}/jkweb.a
-
-O = headRest.o
-
-headRest: $O ${MYLIBS}
-	${CC} ${COPT} -o ${BINDIR}/headRest $O ${MYLIBS} $L
-	${STRIP} ${BINDIR}/headRest${EXE}
-
-clean:
-	rm -f $O