#
# Imakefile - Imakefile for the hdscrypt utility
#

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

   PROGRAM  = hdscrypt

ComplexProgramTarget(hdscrypt)
