[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / talk

File: [local] / src / usr.bin / talk / Makefile (download)

Revision 1.5, Mon Apr 27 15:45:47 1998 UTC (26 years, 1 month ago) by pjanzen
Branch: MAIN
Changes since 1.4: +3 -3 lines



Historically, talk pays no attention to hostnames, so if you've typed
'talk aaa@b' and are waiting for a response, and user aaa@c tries to talk
to you, you'll be transparently connected.  Now, talk will print the hostname
of the remote party if it's not the same host that you asked for.

#	$OpenBSD: Makefile,v 1.5 1998/04/27 15:45:47 pjanzen Exp $

PROG=	talk
DPADD=	${LIBCURSES} ${LIBTERMLIB}
LDADD=	-lcurses -ltermlib
SRCS=	ctl.c ctl_transact.c display.c get_addrs.c get_names.c \
	init_disp.c invite.c io.c look_up.c msgs.c talk.c

.include <bsd.prog.mk>