aboutsummaryrefslogtreecommitdiff
path: root/sbin/fdisk/Makefile
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2002-03-29 19:33:14 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2002-03-29 19:33:14 +0000
commit041b8b0058c16964b2727a9c8391268347884ce2 (patch)
treec4f648beda1a0aaecd8d5416fa485bb635fa5c14 /sbin/fdisk/Makefile
parente9b192b758f11ad4df762df990a1cba6ea675a11 (diff)
downloadsrc-041b8b0058c16964b2727a9c8391268347884ce2.tar.gz
src-041b8b0058c16964b2727a9c8391268347884ce2.zip
Get this to WARNS=4 and closer to style(9) at a sacrifice in
linelength.
Notes
Notes: svn path=/head/; revision=93394
Diffstat (limited to 'sbin/fdisk/Makefile')
-rw-r--r--sbin/fdisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fdisk/Makefile b/sbin/fdisk/Makefile
index ef55d0ac7246..9a5fb9b64a7e 100644
--- a/sbin/fdisk/Makefile
+++ b/sbin/fdisk/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= fdisk
-WARNS= 0
+WARNS= 4
MAN= fdisk.8
.include <bsd.prog.mk>