From ab8e27be2333861690519fdbce4932a4093d7e58 Mon Sep 17 00:00:00 2001 From: ps Date: Tue, 23 May 2000 08:16:25 +0000 Subject: 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/less/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr.bin/less/Makefile') diff --git a/usr.bin/less/Makefile b/usr.bin/less/Makefile index 7bb73f4..a536011 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} -- cgit v1.1