aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_unionfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_unionfs/Makefile')
-rw-r--r--sbin/mount_unionfs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile
index 052327b8b59a..dbe870fa80ec 100644
--- a/sbin/mount_unionfs/Makefile
+++ b/sbin/mount_unionfs/Makefile
@@ -7,6 +7,8 @@ MAN= mount_unionfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-I${MOUNT}
+WARNS= 0
+
.PATH: ${MOUNT}
.include <bsd.prog.mk>