summaryrefslogtreecommitdiff
path: root/sbin/tunefs
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2010-04-24 07:59:45 +0000
committerJeff Roberson <jeff@FreeBSD.org>2010-04-24 07:59:45 +0000
commitdf9109ee305e47e34c553644b4443f86910640c5 (patch)
tree78195be7bb5361a0c8adf46bfda855d595fc8f52 /sbin/tunefs
parent132f1ed5859f8f28fe76567003a7be213d719c4b (diff)
downloadsrc-test-df9109ee305e47e34c553644b4443f86910640c5.tar.gz
src-test-df9109ee305e47e34c553644b4443f86910640c5.zip
Notes
Diffstat (limited to 'sbin/tunefs')
-rw-r--r--sbin/tunefs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/tunefs/Makefile b/sbin/tunefs/Makefile
index d501d104b4b79..d5313c445526b 100644
--- a/sbin/tunefs/Makefile
+++ b/sbin/tunefs/Makefile
@@ -6,4 +6,6 @@ DPADD= ${LIBUFS}
LDADD= -lufs
MAN= tunefs.8
+WARNS= 3
+
.include <bsd.prog.mk>