aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-05-05 21:14:36 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-05-05 21:14:36 +0000
commita3f59e65f1f2e0065a8dcabda6aa535122ee6c46 (patch)
treefed234b17a076a6ea459b2b2f76737c01cc36cb7 /share
parent9820f41cd3bb11ee3b5f7906a27ef68f60815833 (diff)
Notes
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.sys.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index efca42b2cfed..4d600ab69cbf 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -11,13 +11,13 @@
.if !defined(NO_WARNS)
. if defined(CSTD)
. if ${CSTD} == "k&r"
-CFLAGS += -traditional
+CFLAGS += -traditional
. elif ${CSTD} == "c89" || ${CSTD} == "c90"
-CFLAGS += -std=iso9899:1990
+CFLAGS += -std=iso9899:1990
. elif ${CSTD} == "c94" || ${CSTD} == "c95"
-CFLAGS += -std=iso9899:199409
+CFLAGS += -std=iso9899:199409
. elif ${CSTD} == "c99"
-CFLAGS += -std=iso9899:1999
+CFLAGS += -std=iso9899:1999
. else
CFLAGS += -std=${CSTD}
. endif