# @(#)Makefile 5.2 (Berkeley) 06/19/90 PROG= hunt SRCS= deliv2.c glue4.c glue5.c hunt1.c hunt2.c hunt3.c hunt5.c hunt6.c \ hunt7.c hunt8.c hunt9.c refer3.c shell.c tick.c CFLAGS+=-I${.CURDIR}/../refer DPADD= ${LIBCOMPAT} LDADD= -lcompat BINDIR= /usr/libexec NOMAN= noman .PATH: ${.CURDIR}/../deliv ${.CURDIR}/../refer .include "../../Makefile.inc" .include