1fcb4a9002ffb7c970c50cb94e3141017fb8e8bf
markd
  Fri Mar 4 23:49:09 2011 -0800
added utility to convert BEDs to pseudo-psls
diff --git src/hg/utils/makefile src/hg/utils/makefile
index 6a0827a..a74af89 100644
--- src/hg/utils/makefile
+++ src/hg/utils/makefile
@@ -1,30 +1,31 @@
 # Build all directories in utils
 # test comment
 # 	$Id: makefile,v 1.21 2010/06/04 00:12:42 larrym Exp $
 
 include ../../inc/common.mk
 
 
 SCRIPT_FILES = \
 	dumpDb.pl \
 	mergeOverlapBed4.pl
 
 # List of directories to build
 USE_DIRS = $(DIRS)
 
 DIRS = \
+	bedToPsl \
 	bedWeedOverlapping \
 	chromGraphFromBin \
 	chromGraphToBin \
 	crTreeIndexBed \
 	crTreeSearchBed \
 	gapToLift \
 	oligoMatch \
 	positionalTblCheck \
 	safePush \
 	toDev64 \
 	twoBitMask \
 	gff3ToGenePred \
 	gff3ToPsl \
 	gtfToGenePred \
 	automation \