summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/apply/Makefile2
-rw-r--r--usr.bin/banner/Makefile2
-rw-r--r--usr.bin/chflags/Makefile2
-rw-r--r--usr.bin/fmt/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/apply/Makefile b/usr.bin/apply/Makefile
index d97f5bd..48871b9 100644
--- a/usr.bin/apply/Makefile
+++ b/usr.bin/apply/Makefile
@@ -3,6 +3,6 @@
PROG= apply
-WARNS= 2
+WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/banner/Makefile b/usr.bin/banner/Makefile
index a6b264d..a64d8ee 100644
--- a/usr.bin/banner/Makefile
+++ b/usr.bin/banner/Makefile
@@ -4,6 +4,6 @@
PROG= banner
MAN= banner.6
-WARNS= 2
+WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/chflags/Makefile b/usr.bin/chflags/Makefile
index df1a7dc..3493b98 100644
--- a/usr.bin/chflags/Makefile
+++ b/usr.bin/chflags/Makefile
@@ -7,5 +7,5 @@ NOSHARED?=yes
PROG= chflags
SRCS= chflags.c
-WARNS= 2
+WARNS?= 2
.include <bsd.prog.mk>
diff --git a/usr.bin/fmt/Makefile b/usr.bin/fmt/Makefile
index c635cb6..385ecde 100644
--- a/usr.bin/fmt/Makefile
+++ b/usr.bin/fmt/Makefile
@@ -4,6 +4,6 @@
PROG= fmt
SRCS= fmt.c
-WARNS= 2
+WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud