Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.bin/less/less Pull up revision 1.8 (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/6fcea0e63f27
branches:  netbsd-1-4
changeset: 471066:6fcea0e63f27
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 16:31:33 2000 +0000

description:
Pull up revision 1.8 (requested by he):
  Format string cleanup.

diffstat:

 usr.bin/less/less/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 5da8330ef6fe -r 6fcea0e63f27 usr.bin/less/less/Makefile
--- a/usr.bin/less/less/Makefile        Thu Oct 19 16:31:28 2000 +0000
+++ b/usr.bin/less/less/Makefile        Thu Oct 19 16:31:33 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.7 1997/10/24 09:00:37 lukem Exp $
+#      $NetBSD: Makefile,v 1.7.2.1 2000/10/19 16:31:33 he Exp $
 #      from: @(#)Makefile      5.6 (Berkeley) 3/12/91
 
 PROG=  less
@@ -12,5 +12,6 @@
 DPADD+=        ${LIBTERM}
 MLINKS=        less.1 more.1 less.1 page.1
 LINKS= ${BINDIR}/less ${BINDIR}/more ${BINDIR}/less ${BINDIR}/page
+WFORMAT=1
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index