summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2005-01-08 15:15:42 +0000
committerdelphij <delphij@FreeBSD.org>2005-01-08 15:15:42 +0000
commit99669f6c435eaf7942060ee1fa6c2da7de5a85d6 (patch)
tree73e1db3a9eb238a450bd39d459faf7fcc9e70d88 /usr.sbin
parente3f4f22c01c4112888290246a91edbcc302e06c6 (diff)
downloadFreeBSD-src-99669f6c435eaf7942060ee1fa6c2da7de5a85d6.zip
FreeBSD-src-99669f6c435eaf7942060ee1fa6c2da7de5a85d6.tar.gz
Follow style.Makefile(5):
WARNS comes before CFLAGS This reduces diff against my local branch.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/fdcontrol/Makefile2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud