aboutsummaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/sys.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index c0f72bd8e8eb..d804c90b76cc 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -247,8 +247,9 @@ HTAGSFLAGS=
.endif
-.if exists(/etc/make.conf)
-.include </etc/make.conf>
+__MAKE_CONF?=/etc/make.conf
+.if exists(${__MAKE_CONF})
+.include "${__MAKE_CONF}"
.endif
.include <bsd.cpu.mk>