aboutsummaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.opts.mk
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2015-12-11 05:39:44 +0000
committerWarner Losh <imp@FreeBSD.org>2015-12-11 05:39:44 +0000
commit9ca543438039680a5d20bb14be971f7a26124530 (patch)
tree51c9091ede3f2217af8e3047fb17c5f56a5515dd /share/mk/bsd.opts.mk
parent086ad4aa32e8aa4d4505ca45c999c790f89d3147 (diff)
Move the inclusion of bsd.cpu.mk from sys.mk to bsd.opts.mk. However,
for historical behavior that ports depends on, include it if we're inside the ports tree. Differential Review: https://reviews.freebsd.org/D4383 Ports Exp run: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205021
Diffstat (limited to 'share/mk/bsd.opts.mk')
-rw-r--r--share/mk/bsd.opts.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk
index 3c2732247336..e2c56acd8b5a 100644
--- a/share/mk/bsd.opts.mk
+++ b/share/mk/bsd.opts.mk
@@ -104,6 +104,8 @@ MK_${var}:=no
MK_STALE_STAGED= no
.endif
+.include <bsd.cpu.mk>
+
.endif # !_WITHOUT_SRCCONF
.endif