b95ff3835509b242bd9007ba55c4f60c1022da47
markd
  Thu Dec 30 14:58:16 2010 -0800
moved to programs to hg/utils, fixed build of distributed utilities
diff --git src/hg/utils/makefile src/hg/utils/makefile
index 1c535ce..6a0827a 100644
--- src/hg/utils/makefile
+++ src/hg/utils/makefile
@@ -20,37 +20,41 @@
 	crTreeSearchBed \
 	gapToLift \
 	oligoMatch \
 	positionalTblCheck \
 	safePush \
 	toDev64 \
 	twoBitMask \
 	gff3ToGenePred \
 	gff3ToPsl \
 	gtfToGenePred \
 	automation \
 	refreshNamedSessionCustomTracks \
 	refSeqGet \
 	tdbQuery \
 	wigBedToStep \
+	overlapSelect \
+	pslMap \
 	pslUniq \
 	makeTrackIndex
 
 TEST_DIRS = \
 	gff3ToGenePred \
 	gff3ToPsl \
 	gtfToGenePred \
+	overlapSelect \
+	pslMap \
 	refSeqGet
 
 
 all:: utils
 
 utils: $(USE_DIRS:%=%.utils)
 %.utils:
 	(cd $* && $(MAKE))
 
 scripts: $(SCRIPT_FILES:%=%.scripts)
 %.scripts:
 	chmod +x $*
 	rm -f ${SCRIPTS}/$*
 	cp -p $* ${SCRIPTS}/$*