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

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