diff options
author | stefanf <stefanf@FreeBSD.org> | 2006-07-17 20:53:25 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2006-07-17 20:53:25 +0000 |
commit | 8d9a675f534b2e47dc903d031caf90ca6be5f33f (patch) | |
tree | c4a059191cec3c94ea823ff921853f9c2179ef98 /sbin/mount_udf | |
parent | 3eec5dce88948dbc5a4e6814da7fdb02d9497523 (diff) | |
download | FreeBSD-src-8d9a675f534b2e47dc903d031caf90ca6be5f33f.zip FreeBSD-src-8d9a675f534b2e47dc903d031caf90ca6be5f33f.tar.gz |
style.Makefile(5): Remove -Wall from CFLAGS.
Diffstat (limited to 'sbin/mount_udf')
-rw-r--r-- | sbin/mount_udf/Makefile | 2 |
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 |