From 99669f6c435eaf7942060ee1fa6c2da7de5a85d6 Mon Sep 17 00:00:00 2001 From: delphij Date: Sat, 8 Jan 2005 15:15:42 +0000 Subject: 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(-) (limited to 'usr.sbin/fdcontrol') diff --git a/usr.sbin/fdcontrol/Makefile b/usr.sbin/fdcontrol/Makefile index 807e4a5..4696abd 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" -- cgit v1.1