mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
8a85f2635f
commit
c586c5db07
2 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,6 @@ SUBDIR= apply \
|
|||
mklocale \
|
||||
mkstr \
|
||||
mktemp \
|
||||
more \
|
||||
msgs \
|
||||
mt \
|
||||
ncal \
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue