summaryrefslogtreecommitdiffstats
path: root/usr.bin/bmake
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-05-06 14:33:18 +0000
committerimp <imp@FreeBSD.org>2014-05-06 14:33:18 +0000
commitc3c632cdb807373cb89f2d9b9f525ecb6be24590 (patch)
tree857c533aef2dba1e802c142c18777d30e8ce7ab0 /usr.bin/bmake
parent9c837892faa935b886e1b0af5f7b3f9e6bd49ae0 (diff)
downloadFreeBSD-src-c3c632cdb807373cb89f2d9b9f525ecb6be24590.zip
FreeBSD-src-c3c632cdb807373cb89f2d9b9f525ecb6be24590.tar.gz
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.
Diffstat (limited to 'usr.bin/bmake')
-rw-r--r--usr.bin/bmake/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bmake/Makefile.inc b/usr.bin/bmake/Makefile.inc
index b2a8e41..25f9a3a 100644
--- a/usr.bin/bmake/Makefile.inc
+++ b/usr.bin/bmake/Makefile.inc
@@ -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
OpenPOWER on IntegriCloud