summaryrefslogtreecommitdiffstats
path: root/usr.bin/du/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-12-02 13:48:40 +0000
committermarkm <markm@FreeBSD.org>2001-12-02 13:48:40 +0000
commit11e67a93424d6a1809a70fc2ef1afa71e49ea0cd (patch)
tree620c2f4d8cb09dac390014511238b22c1e62b4ac /usr.bin/du/Makefile
parentaeb55e91a2e891a1c2315cee7210f70caa798355 (diff)
downloadFreeBSD-src-11e67a93424d6a1809a70fc2ef1afa71e49ea0cd.zip
FreeBSD-src-11e67a93424d6a1809a70fc2ef1afa71e49ea0cd.tar.gz
WARNS=2 fixup
Diffstat (limited to 'usr.bin/du/Makefile')
-rw-r--r--usr.bin/du/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile
index 863e392..d279a97 100644
--- a/usr.bin/du/Makefile
+++ b/usr.bin/du/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PROG= du
-CFLAGS+= -Wall
+WARNS?= 2
DPADD= ${LIBM}
LDADD= -lm
OpenPOWER on IntegriCloud