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:
parent
330fc53b66
commit
05071052ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user