#
# Imakefile - Imakefile for the hdsmkdir utility
#

          SRCS  = hdsmkdir.c fontutil.c snf_util.c fontdir.c Lower.c
          OBJS  = hdsmkdir.o fontutil.o snf_util.o fontdir.o Lower.o
       INCLUDES = -I. -I../../../include

   PROGRAM  = hdsmkdir

ComplexProgramTarget(hdsmkdir)
