Index: trunk/psLib/test/dataManip/Makefile
===================================================================
--- trunk/psLib/test/dataManip/Makefile	(revision 657)
+++ trunk/psLib/test/dataManip/Makefile	(revision 678)
@@ -3,6 +3,6 @@
 ##  Makefile:   test/sysUtils
 ##
-##  $Revision: 1.2 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-05-13 06:06:34 $
+##  $Revision: 1.3 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-05-14 01:12:32 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -16,9 +16,13 @@
 PSLIB_LIB_DIR = ../../lib
 
-TARGET = tst_psStats00
+TARGET = tst_psStats00 \
+         tst_psStats01 \
+         tst_psStats02
 
 all: $(TARGET)
 
 tst_psStats00:		tst_psStats00.o
+tst_psStats01:		tst_psStats01.o
+tst_psStats02:		tst_psStats02.o
 
 clean:
