summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/fdformat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile
index 40683ea..09e0224 100644
--- a/usr.sbin/fdformat/Makefile
+++ b/usr.sbin/fdformat/Makefile
@@ -4,7 +4,8 @@
PROG= fdformat
SRCS= fdformat.c fdutil.c
+CFLAGS= -I${.CURDIR}/../fdread
-CFLAGS+= -Wall -I ${.CURDIR}/../fdread
+WARNS?= 1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud