aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-05-06 04:22:29 +0000
committerWarner Losh <imp@FreeBSD.org>2014-05-06 04:22:29 +0000
commita46954e28e8eb9a3929a25d3164a814d61e1dd61 (patch)
treeef57d5996873ca0605d2a366bd2a82fad41d19bb /Makefile.inc1
parentc6063d0da8e1f8d8452b0c2ee1c7ad718c1a7052 (diff)
downloadsrc-a46954e28e8eb9a3929a25d3164a814d61e1dd61.tar.gz
src-a46954e28e8eb9a3929a25d3164a814d61e1dd61.zip
Document src.opts.mk changes and the decoupling of /etc/src.conf from
anything but the source tree.
Notes
Notes: svn path=/head/; revision=265422
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 870ed7c309ce..549aa2fff001 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>