summaryrefslogtreecommitdiffstats
path: root/tools/regression/aio/aiop/Makefile
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-04-16 08:05:56 +0000
committerngie <ngie@FreeBSD.org>2015-04-16 08:05:56 +0000
commitca4ede505bfe805b07bfa81fb0bc06609da90399 (patch)
treed0341ca735fa87194b28857b57bd11942950c4de /tools/regression/aio/aiop/Makefile
parent4e440231f758cad0365990eabcfb8e70a32356a3 (diff)
downloadFreeBSD-src-ca4ede505bfe805b07bfa81fb0bc06609da90399.zip
FreeBSD-src-ca4ede505bfe805b07bfa81fb0bc06609da90399.tar.gz
- Fix style(9) a bit
-- Fix whitespace -- Use err/errx -- Remove superfluous braces - Be a bit more defensive with input from the end-user - Don't die dividing by 0 on a zero-byte file
Diffstat (limited to 'tools/regression/aio/aiop/Makefile')
-rw-r--r--tools/regression/aio/aiop/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/regression/aio/aiop/Makefile b/tools/regression/aio/aiop/Makefile
index aac9a3b..38d9db6 100644
--- a/tools/regression/aio/aiop/Makefile
+++ b/tools/regression/aio/aiop/Makefile
@@ -3,4 +3,6 @@
PROG= aiop
MAN=
+WARNS= 6
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud