285926046a
remote peer will be connected through. This avoids the ``Checking for invitation on caller's machine'' problem for multi-homed hosts. Thanks to: Garrett, for his `find_interface' example
12 lines
368 B
Makefile
12 lines
368 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.3 1995/02/21 04:35:43 wollman Exp $
|
|
|
|
PROG= talk
|
|
DPADD= ${LIBCURSES} ${LIBTERMCAP}
|
|
LDADD= -lcurses -ltermcap
|
|
CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused
|
|
SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \
|
|
init_disp.c invite.c io.c look_up.c msgs.c talk.c
|
|
|
|
.include <bsd.prog.mk>
|