Kill the link to /usr/bin/page. OK henning@ jmc@ miod@ schwarze@
authormillert <millert@openbsd.org>
Sat, 26 Apr 2014 11:53:05 +0000 (11:53 +0000)
committermillert <millert@openbsd.org>
Sat, 26 Apr 2014 11:53:05 +0000 (11:53 +0000)
usr.bin/less/less/Makefile

index 5cbd41e..37bb8e0 100644 (file)
@@ -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