diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-17 11:41:01 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-05-17 11:41:01 +0000 |
| commit | 7f5103e510529498f2f9475f10fac439a8941b24 (patch) | |
| tree | 4fbc8ee1a8fdb1e176429e74f380308db83c0f98 /usr.bin/less | |
| parent | 2430592ce14adfa8ff315a3fc9ae88fbe84716ab (diff) | |
Notes
Diffstat (limited to 'usr.bin/less')
| -rw-r--r-- | usr.bin/less/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 541a7a897446..663ee26a6cca 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -5,7 +5,7 @@ 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 -SCRIPTS=lesspipe.sh zless +SCRIPTS=lesspipe.sh zless.sh SCRIPTSNAME_lesspipe.sh=lesspipe.sh DPADD= ${LIBTERMCAP} LDADD= -ltermcap |
