cbc83e378a
Differential Revision: https://reviews.freebsd.org/D32098
11 lines
242 B
Makefile
11 lines
242 B
Makefile
# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $FreeBSD$
|
|
|
|
PROG= talk
|
|
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
|
|
|
|
LIBADD= tinfow ncursesw
|
|
|
|
.include <bsd.prog.mk>
|