# Makefile for talk # # 08/01/96 Michael Temari, # PROG= talk SRCS= talk.c screen.c net.c proto.c MAN= DPADD+= ${LIBCURSES} LDADD+= -lcurses .include