aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/talk/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-09-16 03:30:50 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-09-16 03:30:50 +0000
commit2aed24b4876ee8144f07158005fa6fd203666f54 (patch)
treebe3e1a97363b1378cb468a1c33b74a78368eb766 /usr.bin/talk/Makefile
parent313c02bc4b2c6618be8a1254e314c35be83783f4 (diff)
downloadsrc-2aed24b4876ee8144f07158005fa6fd203666f54.tar.gz
src-2aed24b4876ee8144f07158005fa6fd203666f54.zip
Remove unneded -ltermcap
Notes
Notes: svn path=/head/; revision=65910
Diffstat (limited to 'usr.bin/talk/Makefile')
-rw-r--r--usr.bin/talk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile
index bddde1ba259f..649bfa0b0ec0 100644
--- a/usr.bin/talk/Makefile
+++ b/usr.bin/talk/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PROG= talk
-DPADD= ${LIBCURSES} ${LIBTERMCAP}
-LDADD= -lcurses -ltermcap
+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