Home | History | Annotate | Line # | Download | only in talk
Makefile revision 1.1
      1 #	@(#)Makefile	5.13 (Berkeley) 3/1/91
      2 
      3 PROG=	talk
      4 DPADD=	${LIBCURSES} ${LIBTERMCAP}
      5 LDADD=	-lcurses -ltermlib
      6 SRCS=	ctl.c ctl_transact.c display.c get_addrs.c get_names.c \
      7 	init_disp.c invite.c io.c look_up.c msgs.c talk.c
      8 
      9 .include <bsd.prog.mk>
     10