From e152198a83e2ec2740914a5f08d883808a4d4a2b Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sat, 8 Jan 2005 15:15:42 +0000 Subject: [PATCH] Follow style.Makefile(5): WARNS comes before CFLAGS This reduces diff against my local branch. --- usr.sbin/fdcontrol/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/fdcontrol/Makefile b/usr.sbin/fdcontrol/Makefile index 807e4a516c99..4696abda1754 100644 --- a/usr.sbin/fdcontrol/Makefile +++ b/usr.sbin/fdcontrol/Makefile @@ -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"