These directories default to WARNS?=5

This commit is contained in:
matt 2012-03-21 05:37:42 +00:00
parent 5d04d368b8
commit fa835e8c8b
19 changed files with 40 additions and 40 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2011/06/20 07:43:58 mrg Exp $
# $NetBSD: Makefile,v 1.23 2012/03/21 05:37:42 matt Exp $
USE_SHLIBDIR= yes
@ -7,7 +7,7 @@ LIB= crypt
SRCS= crypt.c md5crypt.c bcrypt.c crypt-sha1.c util.c pw_gensalt.c
SRCS+= hmac_sha1.c
WARNS= 4
WARNS?= 5
MAN= crypt.3
MLINKS= crypt.3 encrypt.3 crypt.3 setkey.3

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.49 2011/08/16 16:25:15 christos Exp $
# $NetBSD: Makefile,v 1.50 2012/03/21 05:37:42 matt Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
USE_SHLIBDIR= yes
WIDECHAR ?= yes
WARNS= 4
WARNS?= 5
LIB= edit
LIBDPLIBS+= terminfo ${.CURDIR}/../libterminfo

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2011/08/17 10:08:43 christos Exp $
# $NetBSD: Makefile,v 1.4 2012/03/21 05:37:42 matt Exp $
.include <bsd.own.mk>
@ -11,6 +11,6 @@ MAN= isns.3
INCS= isns.h isns_defs.h
INCSDIR=/usr/include
WARNS= 4
WARNS?= 5
.include <bsd.lib.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.121 2012/03/09 08:03:53 njoly Exp $
# $NetBSD: Makefile,v 1.122 2012/03/21 05:37:42 matt Exp $
#
# @(#)Makefile 5.1beta 93/09/24
#
@ -108,10 +108,10 @@ ARCH_SRCS = e_acos.S e_asin.S e_atanh.S e_cosh.S e_exp.S e_fmod.S e_log.S \
# XXX - ripped out due to lack of the insn polyd in the Mariah chip,
# and emulation code isn't written yet.
ARCHS_SRCS = n_scalbn.S
WARNS?=4
WARNS?=5
.endif
WARNS?=4
WARNS?=5
.PATH: ${.CURDIR}/man
.PATH: ${.CURDIR}/src

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2011/02/02 02:20:25 rmind Exp $
# $NetBSD: Makefile,v 1.2 2012/03/21 05:37:42 matt Exp $
.include <bsd.own.mk>
@ -14,7 +14,7 @@ LIBDPLIBS+= prop ${.CURDIR}/../libprop
LDADD+= -lprop
DPADD+= ${LIBPROP}
WARNS?= 4
WARNS?= 5
NOLINT= # defined (note: deliberately)
.include <bsd.lib.mk>

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2011/08/14 08:19:04 christos Exp $
# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:42 matt Exp $
LIB= perfuse
LIBDPLIBS+= puffs ${.CURDIR}/../libpuffs
@ -12,7 +12,7 @@ CPPFLAGS+= -I${.CURDIR}
CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libpuffs
SRCS= perfuse.c ops.c subr.c debug.c
MAN= libperfuse.3
WARNS= 4
WARNS?= 5
INCS= perfuse.h
INCSDIR= /usr/include

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.1 2011/08/25 14:55:36 dyoung Exp $
# $NetBSD: Makefile,v 1.2 2012/03/21 05:37:43 matt Exp $
.include <bsd.own.mk>
WARNS=4
WARNS?=5
USE_SHLIBDIR= yes
PPATHLIBDIR=${NETBSDSRCDIR}/common/lib/libppath

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.19 2011/09/30 22:08:19 jym Exp $
# $NetBSD: Makefile,v 1.20 2012/03/21 05:37:43 matt Exp $
.include <bsd.own.mk>
WARNS=4
WARNS?=5
USE_SHLIBDIR= yes
PROPLIBDIR=${NETBSDSRCDIR}/common/lib/libprop

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.74 2012/03/12 21:35:10 joerg Exp $
# $NetBSD: Makefile,v 1.75 2012/03/21 05:37:43 matt Exp $
#
WARNS= 4
WARNS?= 5
.include <bsd.own.mk>

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.8 2011/03/17 01:01:15 matt Exp $
# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:43 matt Exp $
#
WARNS= 2
WARNS?= 5
.include <bsd.own.mk>

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.24 2010/12/06 14:50:34 pooka Exp $
# $NetBSD: Makefile,v 1.25 2012/03/21 05:37:43 matt Exp $
#
.include <bsd.own.mk>
USE_FORT?= yes # data-driven bugs?
USE_FORT?= yes # data-driven bugs?
WARNS= 4
WARNS?= 5
LIB= puffs

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.9 2012/02/13 01:24:03 dholland Exp $
# $NetBSD: Makefile,v 1.10 2012/03/21 05:37:43 matt Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
.include <bsd.own.mk>
WARNS= 4
WARNS?= 5
LIB= quota
LIBDPLIBS+= rpcsvc ${.CURDIR}/../librpcsvc

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2007/11/05 13:41:52 pooka Exp $
# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:43 matt Exp $
USE_FORT?= yes # data driven bugs?
@ -13,7 +13,7 @@ FUSE_OPT_DEBUG_FLAGS= -g -DFUSE_OPT_DEBUG
CFLAGS+= ${FUSE_OPT_DEBUG_FLAGS}
SRCS= refuse.c refuse_opt.c
MAN= refuse.3
WARNS= 4
WARNS?= 5
INCS= fuse.h fuse_opt.h
INCSDIR= /usr/include

View File

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.15 2012/03/08 21:59:28 joerg Exp $
# $NetBSD: Makefile,v 1.16 2012/03/21 05:37:43 matt Exp $
#
.include <bsd.own.mk>
WARNS= 4
WARNS?= 5
LIB= rt
SRCS= sem.c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2011/02/25 16:01:41 pooka Exp $
# $NetBSD: Makefile,v 1.9 2012/03/21 05:37:44 matt Exp $
#
LIB= rumphijack
@ -12,7 +12,7 @@ SRCS= hijack.c hijackdlsym.c
CPPFLAGS+= -D_DIAGNOSTIC -D_REENTRANT
WARNS= 4
WARNS?= 5
# make sure the compiler doesn't get clever, since we need
# a stack frame

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.5 2010/11/30 14:23:24 pooka Exp $
# $NetBSD: Makefile,v 1.6 2012/03/21 05:37:44 matt Exp $
#
WARNS= 4
WARNS?= 5
# rumpuser.h is in sys/rump for inclusion by kernel components
.PATH: ${.CURDIR}/../../sys/rump/include/rump

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 8.2 (Berkeley) 12/15/93
# $NetBSD: Makefile,v 1.34 2012/01/09 15:25:33 christos Exp $
# $NetBSD: Makefile,v 1.35 2012/03/21 05:37:44 matt Exp $
USE_FORT?= yes # network protocol library
@ -7,7 +7,7 @@ LIBISPRIVATE= yes
.include <bsd.own.mk>
WARNS?= 4
WARNS?= 5
LIB= telnet
SRCS= auth.c encrypt.c genget.c getent.c misc.c

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.21 2011/11/03 07:19:39 joerg Exp $
# $NetBSD: Makefile,v 1.22 2012/03/21 05:37:44 matt Exp $
.include <bsd.own.mk>
USE_SHLIBDIR= yes
LIB= terminfo
WARNS= 4
WARNS?= 5
CPPFLAGS+= -I${.CURDIR}

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.70 2012/01/07 18:40:55 christos Exp $
# $NetBSD: Makefile,v 1.71 2012/03/21 05:37:44 matt Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
USE_SHLIBDIR= yes
@ -7,7 +7,7 @@ USE_SHLIBDIR= yes
.include "${NETBSDSRCDIR}/common/lib/libutil/Makefile.inc"
WARNS= 4
WARNS?= 5
LIB= util
CPPFLAGS+=-DLIBC_SCCS -I${.CURDIR}
SRCS+= efun.c getbootfile.c getlabelsector.c getmaxpartitions.c \