5f5b68942b3208f40494af94049234fbbb6f73b6
chmalee
  Tue Jul 13 09:08:17 2021 -0700
Add hubCrawl to list of utilities managed by the build, so it stays up to date for qateam to use it every week.

diff --git src/hg/utils/makefile src/hg/utils/makefile
index 1ad1c8d..20c8a46 100644
--- src/hg/utils/makefile
+++ src/hg/utils/makefile
@@ -66,30 +66,31 @@
 	dumpDb.pl \
 	mergeOverlapBed4.pl \
 	mergeSortedBed3Plus.pl \
 	mysqlRowSizes.pl \
 	${USER_APP_SCRIPTS}
 
 APP_SCRIPTS = ${SCRIPT_FILES}
 
 # List of directories to build of interest only at UCSC
 DIRS = ${buildRefresh} \
 	automation \
 	blatServersCheck \
 	buildReleaseLog \
 	checkUrlsInTable \
 	geoMirrorNode \
+	hubCrawl \
 	makeTrackIndex \
 	mysqlSecurityCheck \
 	phyloRenameAndPrune \
 	pslFixCdsJoinGap \
 	pslMismatchGapToBed \
 	pslUniq \
 	refSeqGet \
 	safePush \
 	scaffoldFaToAgp \
 	toDev64 \
 	vcfRenameAndPrune \
 	vcfToHgvs \
 	wigBedToStep
 
 TEST_DIRS = \