From 59efcec109bbe331637816e9b5469d49eadbe939 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Fri, 14 Jul 2000 16:17:42 +0000 Subject: ncurses -> termcap --- usr.bin/less/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index e0e25c24d81b..4b3effddc721 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -5,8 +5,8 @@ SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \ edit.c filename.c forwback.c help.c ifile.c input.c jump.c line.c \ linenum.c lsystem.c mark.c optfunc.c option.c opttbl.c os.c output.c \ position.c prompt.c search.c signal.c tags.c ttyin.c version.c -DPADD= ${LIBNCURSES} -LDADD= -lncurses +DPADD= ${LIBTERMCAP} +LDADD= -ltermcap LINKS= ${BINDIR}/less /usr/bin/more MLINKS= less.1 more.1 CLEANFILES= ${MAN1} -- cgit v1.3