From a1cc2986c502f6cb915d10c3257b9ed4b1d208dc Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 3 Jul 2001 09:48:28 +0000 Subject: [PATCH] Fixed the world breakage in rev. 1.8 (space after -I). While here, removed the GCCism (replaced with WARNS?=1). --- usr.sbin/fdformat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/fdformat/Makefile b/usr.sbin/fdformat/Makefile index 40683ea9bd3..09e02248ebb 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 -- 2.45.0