Source-Changes-HG archive

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

[src/trunk]: src/lib explicitly set to WARNS?=1



details:   https://anonhg.NetBSD.org/src/rev/1914e79bbc2f
branches:  trunk
changeset: 517034:1914e79bbc2f
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Nov 05 15:22:23 2001 +0000

description:
explicitly set to WARNS?=1

diffstat:

 lib/libm/Makefile      |  4 +++-
 lib/libpcap/Makefile   |  3 ++-
 lib/libtelnet/Makefile |  4 +++-
 3 files changed, 8 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r 514f5c30f7cd -r 1914e79bbc2f lib/libm/Makefile
--- a/lib/libm/Makefile Mon Nov 05 15:11:40 2001 +0000
+++ b/lib/libm/Makefile Mon Nov 05 15:22:23 2001 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.53 2001/06/19 00:25:36 fvdl Exp $
+#  $NetBSD: Makefile,v 1.54 2001/11/05 15:22:23 lukem Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -45,6 +45,8 @@
 # require this for the value of I387_LIBM from mk.conf, if set.
 .include <bsd.own.mk>
 
+WARNS?=1
+
 .if (${MACHINE_ARCH} == "alpha")
 .PATH: ${.CURDIR}/arch/alpha
 ARCH_SRCS = s_copysign.S s_copysignf.S
diff -r 514f5c30f7cd -r 1914e79bbc2f lib/libpcap/Makefile
--- a/lib/libpcap/Makefile      Mon Nov 05 15:11:40 2001 +0000
+++ b/lib/libpcap/Makefile      Mon Nov 05 15:22:23 2001 +0000
@@ -1,9 +1,10 @@
-#      $NetBSD: Makefile,v 1.20 2000/04/13 05:14:19 itojun Exp $
+#      $NetBSD: Makefile,v 1.21 2001/11/05 15:22:37 lukem Exp $
 
 LIB=   pcap
 MAN=   pcap.3
 
 LEX=   flex
+WARNS?=        1
 
 CPPFLAGS+=-I. -I${.CURDIR} -DYYBISON
 CPPFLAGS+=-DINET6
diff -r 514f5c30f7cd -r 1914e79bbc2f lib/libtelnet/Makefile
--- a/lib/libtelnet/Makefile    Mon Nov 05 15:11:40 2001 +0000
+++ b/lib/libtelnet/Makefile    Mon Nov 05 15:22:23 2001 +0000
@@ -1,8 +1,10 @@
 #      from: @(#)Makefile      8.2 (Berkeley) 12/15/93
-#      $NetBSD: Makefile,v 1.12 2000/06/23 06:01:13 thorpej Exp $
+#      $NetBSD: Makefile,v 1.13 2001/11/05 15:23:31 lukem Exp $
 
 .include <bsd.own.mk>
 
+WARNS?=        1
+
 LIB=   telnet
 SRCS=  auth.c encrypt.c genget.c getent.c misc.c
 



Home | Main Index | Thread Index | Old Index