summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2001-07-03 21:43:41 +0000
committerjoerg <joerg@FreeBSD.org>2001-07-03 21:43:41 +0000
commitdd1382025f1fc023e360e70e0c6b2aa73df7c627 (patch)
tree1710e7bfb8dd10d0174b7f1e6ea7af4f264bd642 /usr.sbin/fdformat/Makefile
parentde77c02347dd9757a222f8cb2398ca8d31d19e8d (diff)
downloadFreeBSD-src-dd1382025f1fc023e360e70e0c6b2aa73df7c627.zip
FreeBSD-src-dd1382025f1fc023e360e70e0c6b2aa73df7c627.tar.gz
Make fdformat WARN=2 ready.
Diffstat (limited to 'usr.sbin/fdformat/Makefile')
-rw-r--r--usr.sbin/fdformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
index 09e0224..2c14770 100644
--- a/usr.sbin/fdformat/Makefile
+++ b/usr.sbin/fdformat/Makefile
@@ -6,6 +6,6 @@ PROG= fdformat
SRCS= fdformat.c fdutil.c
CFLAGS= -I${.CURDIR}/../fdread
-WARNS?= 1
+WARNS?= 2
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud