summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/Makefile1
-rw-r--r--usr.bin/less/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index cc29768..95c5d6f 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 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}
OpenPOWER on IntegriCloud