artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a40784
)
Kill the link to /usr/bin/page. OK henning@ jmc@ miod@ schwarze@
author
millert
<millert@openbsd.org>
Sat, 26 Apr 2014 11:53:05 +0000
(11:53 +0000)
committer
millert
<millert@openbsd.org>
Sat, 26 Apr 2014 11:53:05 +0000
(11:53 +0000)
usr.bin/less/less/Makefile
patch
|
blob
|
history
diff --git
a/usr.bin/less/less/Makefile
b/usr.bin/less/less/Makefile
index
5cbd41e
..
37bb8e0
100644
(file)
--- 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