Detach usr.bin/more and install a link from less. less will behave

like more if invoked as more.  The old more has not been removed.
This commit is contained in:
Paul Saab 2000-05-23 08:16:25 +00:00
parent 8a85f2635f
commit c586c5db07
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60815
2 changed files with 2 additions and 1 deletions

View File

@ -104,7 +104,6 @@ SUBDIR= apply \
mklocale \
mkstr \
mktemp \
more \
msgs \
mt \
ncal \

View File

@ -10,6 +10,8 @@ SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c decode.c \
DPADD= ${LIBNCURSES}
LDADD= -lncurses
LINKS= ${BINDIR}/less /usr/bin/more
MAN1= less.1
MANDEPEND= less.1
CLEANFILES+= ${MANDEPEND}