f73fe5e18b354f9595d22a4c2961b7b98b250b6a
jcasper
  Mon Mar 16 01:31:11 2026 -0700
First pass at a tool for users to fetch content from CORS-enabled track files, refs #36320

diff --git src/hg/hgFetch/makefile src/hg/hgFetch/makefile
new file mode 100644
index 00000000000..8a6491359b9
--- /dev/null
+++ src/hg/hgFetch/makefile
@@ -0,0 +1,18 @@
+kentSrc = ../..
+include ../../inc/common.mk
+
+L += $(MYSQLLIBS) -lm
+MYLIBDIR = ../../lib/${MACHTYPE}
+MYLIBS =  $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a
+
+A = hgFetch
+O = hgFetch.o
+
+A = hgFetch
+
+include ../../inc/cgi_build_rules.mk
+
+compile:: $O
+	${CC} $O ${MYLIBS} ${L}
+	mv ${AOUT} $A${EXE}
+