Index: trunk/Ohana/src/tools/Makefile
===================================================================
--- trunk/Ohana/src/tools/Makefile	(revision 38986)
+++ trunk/Ohana/src/tools/Makefile	(revision 39326)
@@ -17,5 +17,11 @@
 PROGRAMS = gconfig fhead pspsconvert ftable fields list_astro glockfile \
 radec mktemp precess csystem fits_insert \
-medianfilter mefhead ckfits roc random fits_to_mysql
+medianfilter mefhead ckfits random fits_to_mysql
+
+# roc
+# CZW: 2016-01-29 Removing roc from the list of programs, as I've made
+# changes to it that require the nebclient library.  This complicates
+# the dependency chain, and as roc isn't generally used, pulling it
+# out is easier than solving that chain.
 
 all tools: $(PROGRAMS)
@@ -28,4 +34,7 @@
 FULL_CPPFLAGS = $(BASE_CPPFLAGS)
 FULL_LDFLAGS  = -ldvo -lFITS -lohana $(BASE_LDFLAGS)
+
+# CZW: required library for roc to compile.
+# -lnebclient
 
 # these are all programs which just depend on a single c file: foo : foo.c
