From d705df8034d900a52c6a56af5b4617d69e51d69f Mon Sep 17 00:00:00 2001 From: dd Date: Fri, 22 Jun 2001 21:38:30 +0000 Subject: WARNS= -> WARNS?= Submitted by: Mike Barcroft --- bin/chflags/Makefile | 2 +- bin/chmod/Makefile | 2 +- bin/df/Makefile | 2 +- bin/domainname/Makefile | 2 +- bin/echo/Makefile | 2 +- bin/hostname/Makefile | 2 +- bin/kill/Makefile | 2 +- bin/ln/Makefile | 2 +- bin/pwd/Makefile | 2 +- bin/rmdir/Makefile | 2 +- bin/setfacl/Makefile | 2 +- bin/sleep/Makefile | 2 +- bin/stty/Makefile | 2 +- bin/sync/Makefile | 2 +- bin/test/Makefile | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'bin') diff --git a/bin/chflags/Makefile b/bin/chflags/Makefile index df1a7dc..3493b98 100644 --- a/bin/chflags/Makefile +++ b/bin/chflags/Makefile @@ -7,5 +7,5 @@ NOSHARED?=yes PROG= chflags SRCS= chflags.c -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile index 3036576..9661513 100644 --- a/bin/chmod/Makefile +++ b/bin/chmod/Makefile @@ -3,6 +3,6 @@ PROG= chmod -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/df/Makefile b/bin/df/Makefile index c05e027..264d99f 100644 --- a/bin/df/Makefile +++ b/bin/df/Makefile @@ -11,6 +11,6 @@ CFLAGS+= -I${MOUNT} DPADD= ${LIBM} LDADD= -lm -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/domainname/Makefile b/bin/domainname/Makefile index 2c7669c..958c490 100644 --- a/bin/domainname/Makefile +++ b/bin/domainname/Makefile @@ -2,6 +2,6 @@ PROG= domainname -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/echo/Makefile b/bin/echo/Makefile index b62bd42..236a937 100644 --- a/bin/echo/Makefile +++ b/bin/echo/Makefile @@ -3,6 +3,6 @@ PROG= echo -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index 5503b35..3053b90 100644 --- a/bin/hostname/Makefile +++ b/bin/hostname/Makefile @@ -3,6 +3,6 @@ PROG= hostname -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/kill/Makefile b/bin/kill/Makefile index c05caf6..033fdaa 100644 --- a/bin/kill/Makefile +++ b/bin/kill/Makefile @@ -3,6 +3,6 @@ PROG= kill -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/ln/Makefile b/bin/ln/Makefile index 1ccd02c..90a37d3 100644 --- a/bin/ln/Makefile +++ b/bin/ln/Makefile @@ -7,6 +7,6 @@ MAN= ln.1 symlink.7 LINKS= ${BINDIR}/ln ${BINDIR}/link MLINKS= ln.1 link.1 -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/pwd/Makefile b/bin/pwd/Makefile index 4d07098..718cd46 100644 --- a/bin/pwd/Makefile +++ b/bin/pwd/Makefile @@ -5,6 +5,6 @@ PROG= pwd LINKS= ${BINDIR}/pwd ${BINDIR}/realpath MAN= pwd.1 realpath.1 -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/rmdir/Makefile b/bin/rmdir/Makefile index fe1b7d9..23df216 100644 --- a/bin/rmdir/Makefile +++ b/bin/rmdir/Makefile @@ -3,6 +3,6 @@ PROG= rmdir -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/setfacl/Makefile b/bin/setfacl/Makefile index 5ac45ad..9823b55 100644 --- a/bin/setfacl/Makefile +++ b/bin/setfacl/Makefile @@ -3,6 +3,6 @@ PROG= setfacl SRCS= file.c mask.c merge.c remove.c setfacl.c util.c -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/sleep/Makefile b/bin/sleep/Makefile index 5746c0e..2b092c36 100644 --- a/bin/sleep/Makefile +++ b/bin/sleep/Makefile @@ -3,6 +3,6 @@ PROG= sleep -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/stty/Makefile b/bin/stty/Makefile index 645686d..349dd81 100644 --- a/bin/stty/Makefile +++ b/bin/stty/Makefile @@ -4,6 +4,6 @@ PROG= stty SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/sync/Makefile b/bin/sync/Makefile index 15f7abe..ac74c73 100644 --- a/bin/sync/Makefile +++ b/bin/sync/Makefile @@ -4,6 +4,6 @@ PROG= sync MAN= sync.8 -WARNS= 2 +WARNS?= 2 .include diff --git a/bin/test/Makefile b/bin/test/Makefile index 42be7b2..2a9c4d7 100644 --- a/bin/test/Makefile +++ b/bin/test/Makefile @@ -5,6 +5,6 @@ PROG= test LINKS= ${BINDIR}/test ${BINDIR}/[ MLINKS= test.1 '[.1' -WARNS= 2 +WARNS?= 2 .include -- cgit v1.1