Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/rlogin WARNS=2



details:   https://anonhg.NetBSD.org/src/rev/0ca7f5f96a94
branches:  trunk
changeset: 532736:0ca7f5f96a94
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Jun 14 00:55:18 2002 +0000

description:
WARNS=2

diffstat:

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

diffs (14 lines):

diff -r 37b8baf305f1 -r 0ca7f5f96a94 usr.bin/rlogin/Makefile
--- a/usr.bin/rlogin/Makefile   Fri Jun 14 00:51:04 2002 +0000
+++ b/usr.bin/rlogin/Makefile   Fri Jun 14 00:55:18 2002 +0000
@@ -1,8 +1,9 @@
-#      $NetBSD: Makefile,v 1.16 2000/10/18 00:24:19 simonb Exp $
+#      $NetBSD: Makefile,v 1.17 2002/06/14 00:55:18 wiz Exp $
 #      @(#)Makefile    8.1 (Berkeley) 7/19/93
 
 PROG=  rlogin
 SRCS=  rlogin.c
+WARNS= 2
 
 BINOWN=        root
 BINMODE=4555



Home | Main Index | Thread Index | Old Index