Follow style.Makefile(5):

WARNS comes before CFLAGS

This reduces diff against my local branch.
This commit is contained in:
Xin LI 2005-01-08 15:15:42 +00:00
parent 1c7899c74e
commit e152198a83
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139904

View file

@ -4,8 +4,8 @@
PROG= fdcontrol
SRCS= fdcontrol.c fdutil.c
CFLAGS+= -I${.CURDIR}/../fdread
WARNS?= 2
CFLAGS+= -I${.CURDIR}/../fdread
MAN= fdcontrol.8
.if ${MACHINE} == "pc98"