summaryrefslogtreecommitdiff
path: root/usr.sbin/fdformat
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-07-03 09:48:28 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-07-03 09:48:28 +0000
commitac731e6941df6441a35bbf7e6b92b3e6dd5b36e4 (patch)
treee26807e9dc0b242a308690b6308f23d43559f7af /usr.sbin/fdformat
parent67196eb4132bdbfd22eb5b0f16459ff8cf31d2f4 (diff)
Notes
Diffstat (limited to 'usr.sbin/fdformat')
-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 40683ea9bd3d..09e02248ebbf 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>