diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-10-03 23:39:14 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-10-03 23:39:14 +0000 |
commit | 9f4ed0f59bdcc8ddf5018ec2bfbd91c5eb774348 (patch) | |
tree | b7670c33acbfa7253a5f83c4f3e594833abdc48f /sbin/dumpon/Makefile | |
parent | c0046e261f6a59502c281506e44bb7282b1861a8 (diff) | |
download | src-9f4ed0f59bdcc8ddf5018ec2bfbd91c5eb774348.tar.gz src-9f4ed0f59bdcc8ddf5018ec2bfbd91c5eb774348.zip |
dumpon builds cleanly at WARNS level 6.
Notes
Notes:
svn path=/head/; revision=136105
Diffstat (limited to 'sbin/dumpon/Makefile')
-rw-r--r-- | sbin/dumpon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dumpon/Makefile b/sbin/dumpon/Makefile index 2134cd52b8d6..c273f93470a2 100644 --- a/sbin/dumpon/Makefile +++ b/sbin/dumpon/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= dumpon -WARNS?= 4 +WARNS?= 6 MAN= dumpon.8 .include <bsd.prog.mk> |