ab2f056c7bb78deac57a6fcaa34e23d3c9656e78
hiram
  Tue Jul 22 14:00:06 2014 -0700
add hgLoadOutJoined to the utils build refs #9741
diff --git src/hg/makeDb/makefile src/hg/makeDb/makefile
index 2cce814..d8517bb 100644
--- src/hg/makeDb/makefile
+++ src/hg/makeDb/makefile
@@ -1,27 +1,28 @@
 # Build all directories in makeDb 
 
 kentSrc = ../..
 
 include ${kentSrc}/inc/localEnvironment.mk
 include ${kentSrc}/inc/common.mk
 
 # List of directories to build for userApps
 UTILS_APPLIST = \
 	hgFindSpec \
 	hgLoadBed \
 	hgLoadOut \
+	hgLoadOutJoined \
 	hgGcPercent \
 	hgLoadWiggle \
 	hgTrackDb \
 	ldHgGene
 
 # List of directories to build of interest only at UCSC
 DIRS = \
 	hgAar \
 	hgAddLiftOverChain \
 	hgBbiDbLink \
 	hgClonePos \
 	hgCountAlign \
 	hgCtgPos \
 	hgDeleteChrom \
 	hgExperiment \