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/hexdump Pull up revision 1.6 (requested by he):



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

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

diffstat:

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

diffs (15 lines):

diff -r a844d6b00663 -r 39df0e877558 usr.bin/hexdump/Makefile
--- a/usr.bin/hexdump/Makefile  Thu Oct 19 16:31:19 2000 +0000
+++ b/usr.bin/hexdump/Makefile  Thu Oct 19 16:31:21 2000 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile,v 1.5 1997/10/18 13:53:56 mrg Exp $
+#      $NetBSD: Makefile,v 1.5.4.1 2000/10/19 16:31:21 he Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 
 PROG=  hexdump
 SRCS=  conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
 MAN=   hexdump.1 od.1
 LINKS= ${BINDIR}/hexdump ${BINDIR}/od
+WFORMAT=       1
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index