Index: trunk/psLib/test/sysUtils/Makefile
===================================================================
--- trunk/psLib/test/sysUtils/Makefile	(revision 1003)
+++ trunk/psLib/test/sysUtils/Makefile	(revision 1007)
@@ -3,10 +3,14 @@
 ##  Makefile:   test/sysUtils
 ##
-##  $Revision: 1.14 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-11 19:37:23 $
+##  $Revision: 1.15 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-11 20:36:04 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
 ##
 ###############################################################################
+
+ifndef prefix
+    export prefix=$(shell cd ../..;pwd)
+endif
 
 include ../../src/Makefile.Globals
@@ -67,2 +71,13 @@
 	sed 's|\($*\)\.o[ :]*|builddir\/\1.o $@ : |g' $@.tmp > $@
 	$(RM) -f $@.tmp
+
+install: $(testbindir) $(testbindir)/verified $(TARGET)
+	install $(TARGET) $(testbindir)
+	install verified/*.stderr verified/*.stdout $(testbindir)/verified
+
+$(testbindir):
+	mkdir -p $(testbindir)
+
+$(testbindir)/verified:
+	mkdir -p $(testbindir)/verified
+
