summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-07-03 09:48:28 +0000
committerru <ru@FreeBSD.org>2001-07-03 09:48:28 +0000
commita1cc2986c502f6cb915d10c3257b9ed4b1d208dc (patch)
treee26807e9dc0b242a308690b6308f23d43559f7af
parent2174aeb6bddd1cd7d8f4d5779b4c6e158ad31b3a (diff)
downloadFreeBSD-src-a1cc2986c502f6cb915d10c3257b9ed4b1d208dc.zip
FreeBSD-src-a1cc2986c502f6cb915d10c3257b9ed4b1d208dc.tar.gz
Fixed the world breakage in rev. 1.8 (space after -I).
While here, removed the GCCism (replaced with WARNS?=1).
-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