summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2014-04-26 11:53:06 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2014-04-26 11:53:06 +0000
commitb9f8dbff26177ab4193b371b929f43e7efa3ea4b (patch)
tree6f4b1b8fe02f99d1accf9454da12a609a1095f43 /usr.bin
parentbd397f91a2ff3230d1980005cbe5c89ad3177f4c (diff)
Kill the link to /usr/bin/page. OK henning@ jmc@ miod@ schwarze@
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/less/less/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/less/less/Makefile b/usr.bin/less/less/Makefile
index 5cbd41e4219..37bb8e022e3 100644
--- a/usr.bin/less/less/Makefile
+++ b/usr.bin/less/less/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2014/04/24 20:56:02 millert Exp $
+# $OpenBSD: Makefile,v 1.3 2014/04/26 11:53:05 millert Exp $
PROG= less
SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
@@ -10,10 +10,9 @@ SRCS= main.c screen.c brac.c ch.c charset.c cmdbuf.c command.c cvt.c \
LDADD= -lcurses
DPADD= ${LIBCURSES}
-LINKS= ${BINDIR}/less ${BINDIR}/more ${BINDIR}/less ${BINDIR}/page
+LINKS= ${BINDIR}/less ${BINDIR}/more
MAN= less.1 more.1
-MLINKS= less.1 page.1
HELPFILE=${SHAREDIR}/misc/more.help