diff options
author | ache <ache@FreeBSD.org> | 2000-07-14 16:17:42 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-07-14 16:17:42 +0000 |
commit | 9fcd42ea635d4165101b83693fb0be506fc85b93 (patch) | |
tree | e816a4e8750ba29dee9d8ab31b07e2b3f8657d8d /usr.bin/less | |
parent | 30480c8cb50710b35b3daea2cba53df649aa728b (diff) | |
download | FreeBSD-src-9fcd42ea635d4165101b83693fb0be506fc85b93.zip FreeBSD-src-9fcd42ea635d4165101b83693fb0be506fc85b93.tar.gz |
ncurses -> termcap
Diffstat (limited to 'usr.bin/less')
-rw-r--r-- | usr.bin/less/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index e0e25c2..4b3effd 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} |