9aaf0a4a28e67a6c5f6ce62346cbadcc20d2c6a5
lrnassar
  Fri Jun 5 10:44:17 2026 -0700
Wire up rtsUpdate install via the standard utils/ make. Adds a small makefile under src/hg/utils/rts/ that copies the rtsUpdate script to \${BINDIR} (~/bin/\${MACHTYPE}/) so it lands on the user's PATH, and adds rts to the DIRS list in src/hg/utils/makefile so the top-level make descends into it. After this, either `make` from src/hg/utils/rts/ or `make` from src/hg/utils/ installs rtsUpdate. refs #32768

diff --git src/hg/utils/makefile src/hg/utils/makefile
index 0302797e868..64c6e86f8fd 100644
--- src/hg/utils/makefile
+++ src/hg/utils/makefile
@@ -70,30 +70,31 @@
 
 SCRIPT_FILES = \
 	archiveTracks.sh \
 	dbNsfpToBed.pl \
 	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 \
+	rts \
 	blatServersCheck \
 	buildReleaseLog \
 	checkUrlsInTable \
 	geoMirrorNode \
 	hubCrawl \
 	makeTrackIndex \
 	mysqlSecurityCheck \
 	phyloRenameAndPrune \
 	pslFixCdsJoinGap \
 	pslMismatchGapToBed \
 	pslUniq \
 	refSeqGet \
 	safePush \
 	scaffoldFaToAgp \
 	toDev64 \