summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2006-07-17 20:53:25 +0000
committerstefanf <stefanf@FreeBSD.org>2006-07-17 20:53:25 +0000
commit8d9a675f534b2e47dc903d031caf90ca6be5f33f (patch)
treec4a059191cec3c94ea823ff921853f9c2179ef98 /sbin
parent3eec5dce88948dbc5a4e6814da7fdb02d9497523 (diff)
downloadFreeBSD-src-8d9a675f534b2e47dc903d031caf90ca6be5f33f.zip
FreeBSD-src-8d9a675f534b2e47dc903d031caf90ca6be5f33f.tar.gz
style.Makefile(5): Remove -Wall from CFLAGS.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/mount_udf/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud