Index: /trunk/Ohana/src/opihi/cmd.astro/Makefile
===================================================================
--- /trunk/Ohana/src/opihi/cmd.astro/Makefile	(revision 30971)
+++ /trunk/Ohana/src/opihi/cmd.astro/Makefile	(revision 30972)
@@ -22,4 +22,5 @@
 $(SRC)/coords.$(ARCH).o	   \
 $(SRC)/cdot.$(ARCH).o		   \
+$(SRC)/cline.$(ARCH).o             \
 $(SRC)/cplot.$(ARCH).o		   \
 $(SRC)/csystem.$(ARCH).o	   \
Index: /trunk/Ohana/src/opihi/cmd.astro/init.c
===================================================================
--- /trunk/Ohana/src/opihi/cmd.astro/init.c	(revision 30971)
+++ /trunk/Ohana/src/opihi/cmd.astro/init.c	(revision 30972)
@@ -6,4 +6,5 @@
 int coords                  PROTO((int, char **));
 int cdot                    PROTO((int, char **));
+int cline                   PROTO((int, char **));
 int cplot                   PROTO((int, char **));
 int csystem                 PROTO((int, char **));
@@ -53,4 +54,5 @@
   {1, "coords",      coords,       "load coordinates for buffer from file"},
   {1, "cdot",        cdot,         "plot point in sky coordinates"},
+  {1, "cline",       cline,        "plot line connecting two sky coordinates"},
   {1, "cplot",       cplot,        "plot vectors in sky coordinates"},
   {1, "csystem",     csystem,      "convert between coordinate systems"},
