From 8d9a675f534b2e47dc903d031caf90ca6be5f33f Mon Sep 17 00:00:00 2001 From: stefanf Date: Mon, 17 Jul 2006 20:53:25 +0000 Subject: style.Makefile(5): Remove -Wall from CFLAGS. --- sbin/mount_udf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/mount_udf/Makefile b/sbin/mount_udf/Makefile index e83328a..c5351fd 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 -- cgit v1.1