summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-05-06 04:22:29 +0000
committerimp <imp@FreeBSD.org>2014-05-06 04:22:29 +0000
commit8e7526bbf72553ac0bca045dd8d1fb0ffefdc036 (patch)
treeef57d5996873ca0605d2a366bd2a82fad41d19bb /Makefile.inc1
parent2118f42afd6189d38de35003e029021c0917f7e8 (diff)
downloadFreeBSD-src-8e7526bbf72553ac0bca045dd8d1fb0ffefdc036.zip
FreeBSD-src-8e7526bbf72553ac0bca045dd8d1fb0ffefdc036.tar.gz
Document src.opts.mk changes and the decoupling of /etc/src.conf from
anything but the source tree.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 870ed7c..549aa2f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -45,7 +45,7 @@
.error "Both TARGET and TARGET_ARCH must be defined."
.endif
-.include <src.opts.mk>
+.include "share/mk/src.opts.mk"
.include <bsd.arch.inc.mk>
.include <bsd.compiler.mk>
OpenPOWER on IntegriCloud