summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.compiler.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/bsd.compiler.mk')
-rw-r--r--share/mk/bsd.compiler.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/mk/bsd.compiler.mk b/share/mk/bsd.compiler.mk
index 6554625..ca15d65 100644
--- a/share/mk/bsd.compiler.mk
+++ b/share/mk/bsd.compiler.mk
@@ -1,5 +1,8 @@
# $FreeBSD$
+.if !target(__<bsd.compiler.mk>__)
+__<bsd.compiler.mk>__:
+
.if ${MACHINE} == "common"
COMPILER_TYPE= none
.endif
@@ -34,3 +37,5 @@ COMPILER_VERSION:= ${_COMPILER_VERSION:M[1-9].[0-9]*}
.else
COMPILER_FEATURES=
.endif
+
+.endif # !target(__<bsd.compiler.mk>__)
OpenPOWER on IntegriCloud