summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/getfacl/Makefile1
-rw-r--r--bin/mkdir/Makefile1
-rw-r--r--bin/mv/Makefile1
-rw-r--r--bin/rm/Makefile1
4 files changed, 4 insertions, 0 deletions
diff --git a/bin/getfacl/Makefile b/bin/getfacl/Makefile
index b7b5e983..f47f658 100644
--- a/bin/getfacl/Makefile
+++ b/bin/getfacl/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
PROG= getfacl
+WARNS?= 2
.include <bsd.prog.mk>
diff --git a/bin/mkdir/Makefile b/bin/mkdir/Makefile
index fadc6b2..57bea68 100644
--- a/bin/mkdir/Makefile
+++ b/bin/mkdir/Makefile
@@ -2,5 +2,6 @@
# $FreeBSD$
PROG= mkdir
+WARNS?= 2
.include <bsd.prog.mk>
diff --git a/bin/mv/Makefile b/bin/mv/Makefile
index 8405782..ce2a5e8 100644
--- a/bin/mv/Makefile
+++ b/bin/mv/Makefile
@@ -2,5 +2,6 @@
# $FreeBSD$
PROG= mv
+WARNS?= 2
.include <bsd.prog.mk>
diff --git a/bin/rm/Makefile b/bin/rm/Makefile
index 7b85cdf..2544a15 100644
--- a/bin/rm/Makefile
+++ b/bin/rm/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PROG= rm
+WARNS?= 2
SRCS= rm.c
LINKS= ${BINDIR}/rm ${BINDIR}/unlink
OpenPOWER on IntegriCloud