aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/talk/Makefile
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-11 22:01:45 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1994-09-11 22:01:45 +0000
commit16e99c53fbe019bdf2c49c995e077b6895c34e2d (patch)
treeb5d7a4da0b756d6e402d0c19286d792da70937c5 /usr.bin/talk/Makefile
parent6897a8a75d2edb2529220cd89b8dc4fbf38aa6b3 (diff)
downloadsrc-16e99c53fbe019bdf2c49c995e077b6895c34e2d.tar.gz
src-16e99c53fbe019bdf2c49c995e077b6895c34e2d.zip
Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap
Notes
Notes: svn path=/head/; revision=2679
Diffstat (limited to 'usr.bin/talk/Makefile')
-rw-r--r--usr.bin/talk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile
index d86cd023a7f6..27a39ae1e4d5 100644
--- a/usr.bin/talk/Makefile
+++ b/usr.bin/talk/Makefile
@@ -2,7 +2,7 @@
PROG= talk
DPADD= ${LIBCURSES} ${LIBTERMCAP} ${LIBCOMPAT}
-LDADD= -lcurses -ltermlib -lcompat
+LDADD= -lcurses -ltermcap -lcompat
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