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/kdump Pull up revision 1.15 (via patch, request...



details:   https://anonhg.NetBSD.org/src/rev/419b8ba5a12a
branches:  netbsd-1-4
changeset: 471053:419b8ba5a12a
user:      he <he%NetBSD.org@localhost>
date:      Thu Oct 19 16:27:50 2000 +0000

description:
Pull up revision 1.15 (via patch, requested by he):
  Format string cleanup.

diffstat:

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

diffs (18 lines):

diff -r 9b576aaa69bf -r 419b8ba5a12a usr.bin/kdump/Makefile
--- a/usr.bin/kdump/Makefile    Thu Oct 19 16:27:30 2000 +0000
+++ b/usr.bin/kdump/Makefile    Thu Oct 19 16:27:50 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 1998/10/04 10:49:58 veego Exp $
+#      $NetBSD: Makefile,v 1.12.2.1 2000/10/19 16:27:50 he Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 .include <bsd.own.mk>
@@ -9,6 +9,8 @@
 .PATH: ${.CURDIR}/../ktrace
 LDSTATIC?=-static
 CLEANFILES+=ioctl.c
+WFORMAT=1
+.include "Makefile.ioctl-c"
 
 ioctl.c: mkioctls ${DESTDIR}/usr/include/sys/ioctl.h ${DESTDIR}/usr/include/sys/ioctl_compat.h
        /bin/sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include/sys/ioctl.h \



Home | Main Index | Thread Index | Old Index