Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sbin Pull up revision 1.14 (requested by is):



details:   https://anonhg.NetBSD.org/src/rev/41cb623d78e3
branches:  netbsd-1-4
changeset: 470982:41cb623d78e3
user:      he <he%NetBSD.org@localhost>
date:      Tue Oct 10 22:24:31 2000 +0000

description:
Pull up revision 1.14 (requested by is):
  Format string cleanup.

diffstat:

 sbin/Makefile.inc |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 0b9d5e4bce8f -r 41cb623d78e3 sbin/Makefile.inc
--- a/sbin/Makefile.inc Tue Oct 10 22:24:11 2000 +0000
+++ b/sbin/Makefile.inc Tue Oct 10 22:24:31 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.13 1998/03/02 22:03:11 cgd Exp $
+#      $NetBSD: Makefile.inc,v 1.13.2.1 2000/10/10 22:24:31 he Exp $
 #      @(#)Makefile.inc        8.1 (Berkeley) 6/8/93
 
 .include <bsd.own.mk>          # for LDSTATIC def'n
@@ -6,3 +6,4 @@
 WARNS?=                1
 BINDIR?=       /sbin
 LDSTATIC?=     -static
+WFORMAT?=      2



Home | Main Index | Thread Index | Old Index