#
# Imakefile - Imakefile for the hdsfc960 utility
#

      SRCS  = hdsfc960.c
      OBJS  = hdsfc960.o
   INCLUDES = -I.

   PROGRAM  = hdsfc960

ComplexProgramTarget(hdsfc960)
