mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265436
@ -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