summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/Makefile
blob: 9643a371d2e9049ccc608796765152ff831fe6e0 (plain)
1
2
3
4
5
6
7
8
9
10
#	From: @(#)Makefile	8.1 (Berkeley) 6/6/93
#	$Id$

PROG=	talk
DPADD=	${LIBCURSES} ${LIBTERMCAP}
LDADD=	-lcurses -ltermcap
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>
OpenPOWER on IntegriCloud