summaryrefslogtreecommitdiffstats
path: root/sbin/kldstat/Makefile
diff options
context:
space:
mode:
authorjohan <johan@FreeBSD.org>2003-04-23 20:24:13 +0000
committerjohan <johan@FreeBSD.org>2003-04-23 20:24:13 +0000
commit1bab2ea14bce7c41fef810da80553f9bad0a1ceb (patch)
treedcaaf96897d8315a34493ecd6d2b22323211ef49 /sbin/kldstat/Makefile
parente567096f00665eae1d9d822e31586e404d8cdb91 (diff)
downloadFreeBSD-src-1bab2ea14bce7c41fef810da80553f9bad0a1ceb.zip
FreeBSD-src-1bab2ea14bce7c41fef810da80553f9bad0a1ceb.tar.gz
Make this WARNS=5 clean by using %j and (uintmax_t).
Look at by: sebastian.ssmoller@web.de on audit@
Diffstat (limited to 'sbin/kldstat/Makefile')
-rw-r--r--sbin/kldstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/kldstat/Makefile b/sbin/kldstat/Makefile
index 6380a27..b602a3e 100644
--- a/sbin/kldstat/Makefile
+++ b/sbin/kldstat/Makefile
@@ -27,7 +27,7 @@
#
PROG= kldstat
-WARNS= 0
MAN= kldstat.8
+WARNS?= 5
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud