diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-14 16:17:42 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-07-14 16:17:42 +0000 |
| commit | 59efcec109bbe331637816e9b5469d49eadbe939 (patch) | |
| tree | 0d7b66cf931b39c7206025577a6e5ab85a4f5fe7 /usr.bin/less | |
| parent | 68dee1e331fdc4469a3eebb5d14a865b88e5f6b2 (diff) | |
Notes
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 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} |
