Fix the upgrade path for fmake by allowing the include of src.opts.mk

to fail and falling back on the conservative testing of variables
already in place. This should stop the tide of tinderbox mail.
This commit is contained in:
Warner Losh 2014-05-06 14:33:18 +00:00
parent 95da66135d
commit f0e845794d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=265448

View File

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