Fix include statement to accept src.opts.mk from a source directory

instead of from /usr/share/mk.

I'm not sure that this will let buildworld complete on a system with
no installed src.opts.mk (make buildworld is still running), but the
tinderbox builds are all failing earlyon without this patch.
This commit is contained in:
Stefan Eßer 2014-05-06 12:31:17 +00:00
parent 330fc53b66
commit 05071052ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265436

View File

@ -1,6 +1,6 @@
# $FreeBSD$
.include "src.opts.mk"
.include <src.opts.mk>
.if defined(.PARSEDIR)
# make sure this is available to unit-tests/Makefile