From c586c5db076160e82b2f7b8e7813340caceac229 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Tue, 23 May 2000 08:16:25 +0000 Subject: [PATCH] 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. --- usr.bin/Makefile | 1 - usr.bin/less/Makefile | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index cc29768b330..95c5d6fe93a 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -104,7 +104,6 @@ SUBDIR= apply \ mklocale \ mkstr \ mktemp \ - more \ msgs \ mt \ ncal \ diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 7bb73f4dbe2..a536011f835 100644 --- a/usr.bin/less/Makefile +++ b/usr.bin/less/Makefile @@ -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}