Index: /trunk/Ohana/Makefile
===================================================================
--- /trunk/Ohana/Makefile	(revision 2630)
+++ /trunk/Ohana/Makefile	(revision 2631)
@@ -17,5 +17,7 @@
 # readline.  Extra care should be taken in compiling those libraries. 
 
-# Edit Configure to reflect the location of your installation (or use ./configure)
+# Edit Configure to reflect the location of your installation 
+# or use the script 'configure'
+
 include Configure
 
@@ -42,5 +44,5 @@
 mosastro.v2 \
 nightd      \
-opihi.v1    \
+opihi.v2    \
 perl        \
 photdbc     \
@@ -52,5 +54,5 @@
 # any of these programs can be built with 'make (name)' 
 EXTRAS =     \
-opihi.v2    \
+opihi.v1    \
 addusno     \
 fixcat      \
@@ -69,4 +71,5 @@
 LIBS-linux = libfits libohana libdummy
 LIBS-lin64 = libfits libohana libdummy
+LIBS-sid   = libfits libohana libdummy
 
 # general build targets:
Index: /trunk/Ohana/etc/mkdist
===================================================================
--- /trunk/Ohana/etc/mkdist	(revision 2631)
+++ /trunk/Ohana/etc/mkdist	(revision 2631)
@@ -0,0 +1,12 @@
+#!/bin/csh -f
+
+cvs co base
+
+cvs co -r libdummy-1-0 libdummy
+cvs co -r libohana-1-0 libohana
+cvs co -r libfits-1-0 libfits
+
+cvs co -r kapa-1-0 kapa
+cvs co -r kii-1-0 kii
+
+cvs co opihi.v2
