From 95020286b602a7b5fd8b28d6619241c13b032b6c Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sun, 11 Sep 1994 22:01:45 +0000 Subject: Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap --- usr.bin/talk/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/talk') diff --git a/usr.bin/talk/Makefile b/usr.bin/talk/Makefile index d86cd02..27a39ae 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 -- cgit v1.1