7c004ef9a75f9fb435da42ec5188c6e6770ab0c2
galt
  Wed Aug 21 16:29:50 2019 -0700
moving dnsInfo to UCSC dirs - now uses handy getaddrinfo and behaves like our net.c and CGIs in resolving dns names.

diff --git src/utils/makefile src/utils/makefile
index 981534c..b86faff 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -103,30 +103,31 @@
 	twoBitInfo \
 	twoBitToFa \
 	wigCorrelate \
 	wigToBigWig \
 	wordLine
 
 # list of utilities to build of interest only at UCSC
 
 UCSC_APPS = \
 	addCols \
 	aNotB \
 	aveCols \
 	ccCp \
 	convolve \
 	detab \
+	dnsInfo \
 	faFlyBaseToUcsc \
 	faGapLocs \
 	faGapSizes \
 	faNcbiToUcsc \
 	faSimplify \
 	faToNib \
 	faTrimPolyA \
 	faTrimRead \
 	fixCr \
 	gapSplit \
 	gitTools \
 	gffPeek \
 	git-reports \
 	htmlPics \
 	jkUniq \
@@ -255,18 +256,17 @@
 	cd bedGeneParts && ${MAKE} test
 
 clean: $(ALL_APPS:%=%.clean)
 	touch non-empty-rm.o
 	- find . -name \*.o -print | xargs rm
 
 %.clean:
 	cd $* && echo $* && $(MAKE) clean
 
 BAD_DIRS= \
 	ccCpLock \
 	est2genomeToPsl \
 	geneStarts \
 	jimgrep \
 	jkShell \
-	dnsInfo \
 	wigAsciiToBinary \
 	cCp