diff options
Diffstat (limited to 'usr.sbin/fdformat/Makefile')
-rw-r--r-- | usr.sbin/fdformat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile index a172811ec055..59cd124f50d0 100644 --- a/usr.sbin/fdformat/Makefile +++ b/usr.sbin/fdformat/Makefile @@ -5,7 +5,6 @@ PROG= fdformat SRCS= fdformat.c fdutil.c -WARNS?= 6 CFLAGS+= -I${.CURDIR}/../fdread .if ${MACHINE} == "pc98" |