change from WARNS?=1 to WARNS?=2 for bin/

This commit is contained in:
lukem 2001-11-03 13:40:30 +00:00
parent 94f08e9869
commit 678a800f83
4 changed files with 5 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $NetBSD: Makefile.inc,v 1.10 1998/03/02 22:03:11 cgd Exp $
# $NetBSD: Makefile.inc,v 1.11 2001/11/03 13:40:30 lukem Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
.include <bsd.own.mk> # for LDSTATIC def'n
WARNS?= 1
WARNS?= 2
BINDIR?= /bin
LDSTATIC?= -static

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.9 1999/07/08 01:56:09 christos Exp $
# $NetBSD: Makefile,v 1.10 2001/11/03 13:40:30 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
WARNS=2
PROG= cat
.include <bsd.prog.mk>

View File

@ -1,9 +1,7 @@
# $NetBSD: Makefile,v 1.12 2001/10/19 00:59:07 lukem Exp $
# $NetBSD: Makefile,v 1.13 2001/11/03 13:40:30 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/2/93
PROG= ls
SRCS= cmp.c ls.c main.c print.c stat_flags.c util.c
WARNS?= 2
.include <bsd.prog.mk>

View File

@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.52 2001/04/18 17:35:36 bjh21 Exp $
# $NetBSD: Makefile,v 1.53 2001/11/03 13:40:30 lukem Exp $
# @(#)Makefile 8.4 (Berkeley) 5/5/95
.include <bsd.own.mk>
WARNS=2
YHEADER=1
PROG= sh
SHSRCS= alias.c cd.c echo.c error.c eval.c exec.c expand.c \