#
# Make file for the usepty utility
#

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

   PROGRAM  = usepty

ComplexProgramTarget(usepty)
