summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>2014-05-06 12:31:17 +0000
committerse <se@FreeBSD.org>2014-05-06 12:31:17 +0000
commita1bd83e68918ec33640cd5226157b5ad6e57226b (patch)
treebbce052cb1cd950ed1dfcb9a2ba5a46349160220 /usr.bin
parent4bd97a0b63eefe165fc9c786603fc881dca4f63f (diff)
downloadFreeBSD-src-a1bd83e68918ec33640cd5226157b5ad6e57226b.zip
FreeBSD-src-a1bd83e68918ec33640cd5226157b5ad6e57226b.tar.gz
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.
Diffstat (limited to 'usr.bin')
-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..cf9a6e3 100644
--- a/usr.bin/bmake/Makefile.inc
+++ b/usr.bin/bmake/Makefile.inc
@@ -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
OpenPOWER on IntegriCloud