Index: /trunk/Ohana/Makefile
===================================================================
--- /trunk/Ohana/Makefile	(revision 2605)
+++ /trunk/Ohana/Makefile	(revision 2606)
@@ -43,5 +43,4 @@
 nightd      \
 opihi.v1    \
-opihi.v2    \
 perl        \
 photdbc     \
@@ -51,10 +50,17 @@
 uniphot
 
-# dvo        \
-# need to fix up typecode,typename static vars in imregister
-# need to be sure the default make is correctly define for every package
-# drop shell1 from cvs
-
-SKIP = addusno fixcat getstar getusno lightcurve markrock markstar mosastro.v1 skycalc skyprobe
+# any of these programs can be built with 'make (name)' 
+OTHER =     \
+opihi.v2    \
+addusno     \
+fixcat      \
+getstar     \
+getusno     \
+lightcurve  \
+markrock    \
+markstar    \
+mosastro.v1 \
+skycalc     \
+skyprobe
 
 OLD = mana status 
@@ -63,5 +69,4 @@
 LIBS-linux = libfits libohana libdummy
 LIBS-lin64 = libfits libohana libdummy
-LIBS-sid   = libfits libohana libdummy
 
 # general build targets:
@@ -92,5 +97,5 @@
 
 # standard rules: targets are foo, foo.clean, foo.install, foo.dist
-$(PROGRAM) $(LIBS-$(ARCH)): 
+$(PROGRAM) $(LIBS-$(ARCH)) $(OTHER): 
 	if [ -e "src/$@" ]; then (cd src/$@ && make); fi
 
