93115ea6e9d63814f717023f1e798d1025ad494c
hiram
  Fri Nov 4 13:37:30 2016 -0700
adding bamToPsl to utils refs #13673

diff --git src/utils/makefile src/utils/makefile
index 3edd8b2..66aeea2 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -2,30 +2,31 @@
 
 kentSrc = ..
 
 include ${kentSrc}/inc/localEnvironment.mk
 include ${kentSrc}/inc/common.mk
 
 # note: lists such as the following need to be defined *before*
 # they are used in the wildcard target rules.  An oddity of gnu make
 
 # define the list of user applications to build
 
 UTILS_APPLIST = \
 	addCols \
 	ave \
 	aveCols \
+	bamToPsl \
 	bedClip \
 	bedGraphToBigWig \
 	bedToBigBed \
 	bigBedInfo \
 	bigBedNamedItems \
 	bigBedSummary \
 	bigBedToBed \
 	bedCommonRegions \
 	bedGeneParts \
 	bedGraphPack \
 	bedPileUps \
 	bedRemoveOverlap \
 	bedRestrictToPositions \
 	bigWigAverageOverBed  \
 	bigWigCat \