From 06701a2fa969f461f476522609e94f065fb97e0e Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 24 May 2004 21:31:30 +0000 Subject: Mark du(1) as WARNS6 clean. Tested on: alpha, amd64, i386, ia64, sparc64 --- usr.bin/du/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/du') 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 -- cgit v1.1