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



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

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

diffstat:

 usr.bin/jot/Makefile |  3 ++-
 usr.bin/lam/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r d479641c23a2 -r 5da8330ef6fe usr.bin/jot/Makefile
--- a/usr.bin/jot/Makefile      Thu Oct 19 16:31:26 2000 +0000
+++ b/usr.bin/jot/Makefile      Thu Oct 19 16:31:28 2000 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.2 1994/11/14 20:27:34 jtc Exp $
+#      $NetBSD: Makefile,v 1.2.8.1 2000/10/19 16:31:28 he Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  jot
+WFORMAT=1
 
 .include <bsd.prog.mk>
diff -r d479641c23a2 -r 5da8330ef6fe usr.bin/lam/Makefile
--- a/usr.bin/lam/Makefile      Thu Oct 19 16:31:26 2000 +0000
+++ b/usr.bin/lam/Makefile      Thu Oct 19 16:31:28 2000 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile,v 1.2 1994/11/14 20:27:39 jtc Exp $
+#      $NetBSD: Makefile,v 1.2.8.1 2000/10/19 16:31:30 he Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 PROG=  lam
-
+WFORMAT=1
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index