From 6d04d8201d1b73e8663a23e13b65959dabf1c4fd Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Mon, 17 Jul 2006 20:53:25 +0000 Subject: [PATCH] style.Makefile(5): Remove -Wall from CFLAGS. --- sbin/mount_udf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/mount_udf/Makefile b/sbin/mount_udf/Makefile index e83328a2f9f..c5351fdc878 100644 --- a/sbin/mount_udf/Makefile +++ b/sbin/mount_udf/Makefile @@ -7,7 +7,7 @@ DPADD= ${LIBKICONV} LDADD= -lkiconv MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys -Wall +CFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys .PATH: ${MOUNT} WARNS?= 1 -- 2.45.2