style.Makefile: list CSTD between WARNS and CFLAGS

This was suggested by emaste in https://reviews.freebsd.org/D25928 and
matches most uses in the tree.
This commit is contained in:
Alex Richardson 2020-08-25 13:30:29 +00:00
parent 6424881cc8
commit 6b3a148c52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=364766

View File

@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd October 21, 2015
.Dd August 25, 2020
.Dt STYLE.MAKEFILE 5
.Os
.Sh NAME
@ -78,6 +78,7 @@ order is:
.Va INCS
.Va SRCS
.Va WARNS
.Va CSTD
.Va CFLAGS
.Va DPADD
.Va LDADD .
@ -87,6 +88,7 @@ order is:
.Va PROG Ns / Ns Oo Va SH Oc Ns Va LIB Ns / Ns Va SCRIPTS
.Va SRCS
.Va WARNS
.Va CSTD
.Va CFLAGS
.Va DPADD
.Va LDADD