#
# Makefile for the DocMa FileRequester test program
#

test: $(OBJ)test.o
   sc link $(OBJ)test.o to test

