1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-02 08:42:48 +00:00

Mark du(1) as WARNS6 clean.

Tested on:	alpha, amd64, i386, ia64, sparc64
This commit is contained in:
Pawel Jakub Dawidek 2004-05-24 21:31:30 +00:00
parent 86a91f8b89
commit 8cab54e9a8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129676

View File

@ -2,6 +2,7 @@
# $FreeBSD$
PROG= du
WARNS?= 6
DPADD= ${LIBM}
LDADD= -lm