391f8a18b3796e2b03ed96d20b532ad238bc9dbb
hiram
  Tue Apr 2 13:43:00 2013 -0700
moving to minimal makefiles for kentUtils build refs #9104
diff --git src/utils/bedClip/makefile src/utils/bedClip/makefile
index 8246f5c..c95bca8 100644
--- src/utils/bedClip/makefile
+++ src/utils/bedClip/makefile
@@ -1,20 +1,4 @@
-include ../../inc/common.mk
-
-L += ${SOCKETLIB} -lm -lz
-MYLIBDIR = ../../lib/${MACHTYPE}
-MYLIBS = ${MYLIBDIR}/jkweb.a
-
+kentSrc = ../..
 A = bedClip
-O = bedClip.o
-B = ${DESTDIR}${BINDIR}/${A}${EXE}
-
-bedClip: ${O} ${MYLIBS}
-	@${MKDIR} `dirname $B`
-	${CC} ${COPT} -o ${B} $O ${MYLIBS} $L
-	${STRIP} ${B}
-
-compile:: ${O}
-	${CC} ${COPT} -o ${A}${EXE} ${O} ${MYLIBS} $L
-
-clean::
-	rm -f ${A} ${O}
+include $(kentSrc)/inc/userApp.mk
+L += ${SOCKETLIB} -lm -lz