summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.sys.mk
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-05-05 21:14:36 +0000
committerdes <des@FreeBSD.org>2003-05-05 21:14:36 +0000
commit495eda8ee467a6d6940899de94f77e4fd7d94bba (patch)
treefed234b17a076a6ea459b2b2f76737c01cc36cb7 /share/mk/bsd.sys.mk
parent2a6383574ff021797507365a1b2e8d2f5bec77e8 (diff)
downloadFreeBSD-src-495eda8ee467a6d6940899de94f77e4fd7d94bba.zip
FreeBSD-src-495eda8ee467a6d6940899de94f77e4fd7d94bba.tar.gz
Whitespace cleanup (1.15 had spaces instead of tabs)
Diffstat (limited to 'share/mk/bsd.sys.mk')
-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 efca42b..4d600ab 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
OpenPOWER on IntegriCloud