summaryrefslogtreecommitdiffstats
path: root/usr.bin/du
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-05-24 21:31:30 +0000
committerpjd <pjd@FreeBSD.org>2004-05-24 21:31:30 +0000
commit06701a2fa969f461f476522609e94f065fb97e0e (patch)
tree1243a69e6381802a15fd3af6e19d365bcc6aad2d /usr.bin/du
parent062753df756452a1e1bbe439c7a5f822cc80141e (diff)
downloadFreeBSD-src-06701a2fa969f461f476522609e94f065fb97e0e.zip
FreeBSD-src-06701a2fa969f461f476522609e94f065fb97e0e.tar.gz
Mark du(1) as WARNS6 clean.
Tested on: alpha, amd64, i386, ia64, sparc64
Diffstat (limited to 'usr.bin/du')
-rw-r--r--usr.bin/du/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/du/Makefile b/usr.bin/du/Makefile
index 561ac6e..7db32c0 100644
--- a/usr.bin/du/Makefile
+++ b/usr.bin/du/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PROG= du
+WARNS?= 6
DPADD= ${LIBM}
LDADD= -lm
OpenPOWER on IntegriCloud