Fixed the world breakage in rev. 1.8 (space after -I).

While here, removed the GCCism (replaced with WARNS?=1).
This commit is contained in:
Ruslan Ermilov 2001-07-03 09:48:28 +00:00
parent 67196eb413
commit ac731e6941
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79136

View File

@ -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>