Deleted Added
sdiff udiff text old ( 50477 ) new ( 65910 )
full compact
1# From: @(#)Makefile 8.1 (Berkeley) 6/6/93
2# $FreeBSD: head/usr.bin/talk/Makefile 50477 1999-08-28 01:08:13Z peter $
3
4PROG= talk
5DPADD= ${LIBCURSES} ${LIBTERMCAP}
6LDADD= -lcurses -ltermcap
7CFLAGS+= -Wall -Wstrict-prototypes -Wno-unused
8SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \
9 init_disp.c invite.c io.c look_up.c msgs.c talk.c
10
11.include <bsd.prog.mk>